diff --git a/README.md b/README.md index 5ca53ef..1a0532a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ EmojiPicker( 'No Recents', style: TextStyle(fontSize: 20, color: Colors.black26), textAlign: TextAlign.center, - ), + ), // Needs to be const Widget + loadingIndicator: const SizedBox.shrink(), // Needs to be const Widget tabIndicatorAnimDuration: kTabScrollDuration, categoryIcons: const CategoryIcons(), buttonMode: ButtonMode.MATERIAL,