diff --git a/example/lib/main.dart b/example/lib/main.dart index f382413..890e4d3 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -111,6 +111,7 @@ class _MyAppState extends State { emojiSizeMax: 32 * (Platform.isIOS ? 1.30 : 1.0), verticalSpacing: 0, horizontalSpacing: 0, + gridPadding: EdgeInsets.zero, initCategory: Category.RECENT, bgColor: const Color(0xFFF2F2F2), indicatorColor: Colors.blue, @@ -123,6 +124,7 @@ class _MyAppState extends State { enableSkinTones: true, showRecentsTab: true, recentsLimit: 28, + replaceEmojiOnLimitExceed: false, noRecents: const Text( 'No Recents', style: TextStyle(fontSize: 20, color: Colors.black26),