menu
story_viewer package
documentation
fast_emojis
FastEmojis
FastEmojis const constructor
FastEmojis
brightness_4
FastEmojis
constructor
Null safety
const
FastEmojis
(
{
Key
?
key
,
required
dynamic
onEmojiSelected
(
String
emoji
)}
)
Implementation
const FastEmojis({Key? key, required this.onEmojiSelected}) : super(key: key);
story_viewer package
documentation
fast_emojis
FastEmojis
FastEmojis const constructor
FastEmojis class
Constructors
FastEmojis
Properties
hashCode
key
onEmojiSelected
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==