InputFeatureState<T extends InputFeature> class abstract

Constructors

InputFeatureState()

Properties

attached → bool
no setter
context → BuildContext
no setter
controller → TextEditingController
no setter
feature → T
no setter
hashCode → int
The hash code for this object.
no setterinherited
input → TextField
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tickerProvider → TickerProvider
no setter

Methods

buildActions() → Iterable<MapEntry<Type, Action<Intent>>>
buildLeading() → Iterable<Widget>
buildShortcuts() → Iterable<MapEntry<ShortcutActivator, Intent>>
buildTrailing() → Iterable<Widget>
didChangeDependencies() → void
didFeatureUpdate(InputFeature oldFeature) → void
dispose() → void
initState() → void
interceptInput(TextField input) → TextField
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSelectionChanged(TextSelection selection) → void
onTextChanged(String text) → void
setState(VoidCallback fn) → void
toString() → String
A string representation of this object.
inherited
wrap(Widget child) → Widget

Operators

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