UnmojiText constructor Null safety
Implementation
const UnmojiText({
Key? key,
required this.text,
this.style,
this.maxLines,
this.emojiFontMultiplier = 1.0,
this.twemojiFormat = UnmojiFormat.svg,
}) : super(key: key);
const UnmojiText({
Key? key,
required this.text,
this.style,
this.maxLines,
this.emojiFontMultiplier = 1.0,
this.twemojiFormat = UnmojiFormat.svg,
}) : super(key: key);