ChipsInputState<T> class

Constructors

ChipsInputState()

Properties

size ↔ Size
read / write
text → String
read-only
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

build(BuildContext context) → Widget
deleteChip(T data) → void
dispose() → void
initState() → void
performAction(TextInputAction action) → void
Requests that this client perform the given action.
requestKeyboard() → void
selectSuggestion(T data) → void
updateEditingValue(TextEditingValue value) → void
Requests that this client update its editing state to the given value.
updateFloatingCursor(RawFloatingCursorPoint point) → void
Updates the floating cursor position and state.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
@pragma("vm:entry-point"), inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited

Constants

kObjectReplacementChar → const int
0xFFFC