EmojiGifPickerPanel class

Constructors

EmojiGifPickerPanel()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

colors MenuColors
no setter
currentMenuId String?
no setter
isOpened bool
no setter
position MenuPosition
no setter
setGiphyApiKey String
no getter
sizes MenuSizes
no setter
styles MenuStyles
no setter
texts MenuTexts
no setter

Static Methods

close() → void
isMenuOpened(String id) bool
onWillPop() bool
open({MenuPosition? position, bool? openFromStack, bool viewGif = true, bool viewEmoji = true, required String id}) → void
setColors(MenuColors colors) → dynamic
setPosition(MenuPosition position) → dynamic
setSizes(MenuSizes sizes) → dynamic
setStyles(MenuStyles styles) → dynamic
setTexts(MenuTexts texts) → dynamic