ViewOrderConfig class
View order config
Constructors
- ViewOrderConfig({EmojiPickerItem top = EmojiPickerItem.categoryBar, EmojiPickerItem middle = EmojiPickerItem.emojiView, EmojiPickerItem bottom = EmojiPickerItem.searchBar})
-
Constructor
const
Properties
- bottom → EmojiPickerItem
-
Last item
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- middle → EmojiPickerItem
-
Middle item
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- top → EmojiPickerItem
-
First item
final
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.
override