MenuProperties class
Constructors
- MenuProperties({required String id, TextEditingController? textEditingController, dynamic onBackSpacePressed()?, dynamic onEmojiSelected(Category? category, Emoji emoji)?, dynamic onGifSelected(GiphyGif? gif)?, bool fromStack = true})
Properties
- focusNode ↔ FocusNode?
-
getter/setter pair
- fromStack ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pair
- onBackSpacePressed ↔ dynamic Function()?
-
getter/setter pair
- onEmojiSelected ↔ dynamic Function(Category? category, Emoji emoji)
-
getter/setter pair
- onGifSelected ↔ dynamic Function(GiphyGif? gif)
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textEditingController ↔ TextEditingController?
-
getter/setter pair
Methods
-
focus(
) → void -
isSameMenu(
→ bool ) -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unfocus(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited