emojiTextStyle property

TextStyle? emojiTextStyle
final

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 be sure to set checkPlatformCompatibility to false. It will improve initalization performance and prevent technically supported glyphs from being filtered out.

Implementation

final TextStyle? emojiTextStyle;