emojiTextStyle property
Custom emoji text style to apply to emoji characters in the grid
If you define a custom fontFamily or use GoogleFonts to set this property you can consider to set checkPlatformCompatibility to false. It will improve initalization performance and prevent technically supported glyphs from being filtered out.
This has priority over EmojiViewConfig.emojiSizeMax if font size is set.
Implementation
final TextStyle? emojiTextStyle;