InputRegionController class
Constructors
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 Methods
-
addKey(
GlobalKey< State< key, {bool isNegative = false}) → voidStatefulWidget> > - Adds a global key to the list of keys.
-
refreshInputRegion(
) → void - This will be called whenever there is a change in the InputRegion widget. like size change, position change, etc.
-
removeKey(
GlobalKey< State< key, {bool isNegative = false}) → voidStatefulWidget> > - Removes a global key from the list of keys.