CupertinoRadioData<T> class
final
- Inheritance
-
- Object
- PlatformRadioData<
T> - CupertinoRadioData
Constructors
-
CupertinoRadioData({Key? widgetKey, MouseCursor? mouseCursor, bool toggleable = kDefaultToggleable, Color? activeColor, Color? focusColor, FocusNode? focusNode, bool autofocus = kDefaultAutofocus, bool enabled = kDefaultEnabled, RadioGroupRegistry<
T> ? groupRegistry, Color? inactiveColor, Color? fillColor, bool useCheckmarkStyle = kDefaultUseCheckmarkStyle}) -
const
Properties
- activeColor → Color?
-
finalinherited
- autofocus → bool
-
finalinherited
- enabled → bool
-
finalinherited
- fillColor → Color?
-
final
- focusColor → Color?
-
finalinherited
- focusNode → FocusNode?
-
finalinherited
-
groupRegistry
→ RadioGroupRegistry<
T> ? -
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- inactiveColor → Color?
-
final
- mouseCursor → MouseCursor?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toggleable → bool
-
finalinherited
- useCheckmarkStyle → bool
-
final
- widgetKey → Key?
-
finalinherited
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
Constants
- kDefaultUseCheckmarkStyle → const bool