Inheritance
Mixed in types
Implementers
Properties
choice
→ dynamic
Returns the choice item(s)
read-only inherited
error
↔ String
Validation error message
read / write
group
→ dynamic
Returns the group(s) data
read-only inherited
hashCode
→ int
The hash code for this object.
read-only inherited
hasListeners
→ bool
Whether any listeners are currently registered.
read-only inherited
isEmpty
→ bool
Returns true
if there are no values in the chosen data
read-only inherited
isNotEmpty
→ bool
Returns true
if there is at least one value in the chosen data
read-only inherited
isNotValid
→ bool
Returns true when the selection is not valid
read-only
isValid
→ bool
Returns true when the selection is valid
read-only
length
→ int
Returns the length of the choice
read-only inherited
runtimeType
→ Type
A representation of the runtime type of the object.
read-only inherited
subtitle
→ dynamic
Returns the subtitle(s) data
read-only inherited
title
→ dynamic
Returns the title(s) data
read-only inherited
validation
↔ dynamic
A Function used to validate the selection(s)
covariant read / write
value
→ dynamic
Returns the value(s) data
read-only inherited
Methods
addListener (VoidCallback listener )
→ void
Register a closure to be called when the object changes.
inherited
dispose ()
→ void
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
addListener will throw after the object is disposed).
inherited
has (S2Choice <T > choice )
→ bool
Returns true
if the chosen contains the supplied choice item
inherited
hasAll (List <S2Choice <T > > choices )
→ bool
Returns `true if the chosen has every of the supplied choice items
inherited
hasAny (List <S2Choice <T > > choices )
→ bool
Returns true
if the chosen has any of the supplied choice items
inherited
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a non-existent method or property is accessed.
inherited
notifyListeners ()
→ void
Call all the registered listeners.
inherited
removeListener (VoidCallback listener )
→ void
Remove a previously registered closure from the list of closures that are
notified when the object changes.
inherited
toString ()
→ String
Returns a string that can be used as display,
returns title if is valid and is not empty,
returns placeholder if is valid and is empty.
inherited
toWidget ()
→ Widget
Return a Text widget from toString
inherited
validate ()
→ void
Validate the selection
flutter_awesome_select
6.5.0