Unmoji constructor Null safety
Implementation
const Unmoji({
Key? key,
required this.emoji,
this.height,
this.width,
this.twemojiFormat = UnmojiFormat.webp,
this.fit,
}) : super(key: key);
const Unmoji({
Key? key,
required this.emoji,
this.height,
this.width,
this.twemojiFormat = UnmojiFormat.webp,
this.fit,
}) : super(key: key);