RadioButtonsController<T> class
Properties
-
disabled
↔ bool
-
If the radio buttons are disabled or not
getter/setter pair
-
groupValue
↔ T?
-
The current value
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
initialValue
→ T?
-
The radio button initial selected
final
-
isChanged
→ bool
-
Determine if changed from the initial value
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
statefulWidget
↔ RadioButtons<T>?
-
The StatefulWidget used.
getter/setter pair
-
type
→ Type
-
Explicitly return the 'type'
no setter
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onChanged(T? v)
→ void
-
Called when a button is changed.
-
toString()
→ String
-
A string representation of this object.
inherited