SelectGroupController<T> class

This class simplifies access to select controller resources

Constructors

SelectGroupController({LangBadge lang = LangBadge.enUS, bool multiple = true, bool dark = false})

Properties

dark bool
Enable dark mode
final
hashCode int
The hash code for this object.
no setterinherited
lang LangBadge
Language badge of item
final
multiple bool
Enable select multiple choice
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectCtrl SelectController
Recover store controller of component
no setter
value → dynamic
Recover value selected. If multiple enable the value is a List<T>, else return a single value T
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetValues() → void
Reset all values selected
toString() String
A string representation of this object.
inherited

Operators

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