menu
chatview_custom_ng package
documentation
chatview.dart
Emoji
Emoji const constructor
Emoji const constructor
dark_mode
light_mode
Emoji
constructor
const
Emoji
(
String
emoji
,
String
name
, {
bool
hasSkinTone
=
false
,
})
Emoji constructor
Implementation
const Emoji(this.emoji, this.name, {this.hasSkinTone = false});
chatview_custom_ng package
documentation
chatview
Emoji
Emoji const constructor
Emoji class