KeyboardCustomPanelMixin<T> mixin
A mixin which help to update the notifier, you must mix this class in case you want to create your own keyboard
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
notifier
→ ValueNotifier<
T> -
We'll use this notifier to send the data and refresh the widget inside KeyboardCustomInput
no setter
- 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
-
updateValue(
T value) → void - This method will update the notifier
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited