GeneralSelectionController class

Inheritance

Constructors

GeneralSelectionController({String? displayValue, Map<String, dynamic>? storageValue, String? saveKey, String? placeholder})

Properties

displayValue String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onChanged VoidCallback?
getter/setter pairinherited
placeholder String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveKey String?
getter/setter pair
storageValue Map<String, dynamic>?
getter/setter pair

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