FluentEmojiData constructor
const
FluentEmojiData({
- required String package,
- required String group,
- required String name,
- required String glyph,
- required String svgPath,
- required String tts,
- required String fromVersion,
- required List<
String> ? glyphAsUtfInEmoticons, - required List<
String> ? keywords, - required List<
String> ? mappedToEmoticons, - required FluentEmojiSkinTone skinTone,
Implementation
const FluentEmojiData({
required this.package,
required this.group,
required this.name,
required this.glyph,
required this.svgPath,
required this.tts,
required this.fromVersion,
required this.glyphAsUtfInEmoticons,
required this.keywords,
required this.mappedToEmoticons,
required this.skinTone,
});