MaterialRadioData class
Constructors
-
MaterialRadioData({MouseCursor? mouseCursor, Color? hoverColor, MaterialStateProperty<
Color?> ? overlayColor, double? splashRadius, MaterialTapTargetSize? materialTapTargetSize, VisualDensity? visualDensity, MaterialStateProperty<Color?> ? fillColor, Key? widgetKey, dynamic value, dynamic groupValue, ValueChanged? onChanged, bool? toggleable, Color? activeColor, Color? focusColor, FocusNode? focusNode, bool? autofocus})
Properties
- activeColor → Color?
-
finalinherited
- autofocus → bool?
-
finalinherited
-
fillColor
→ MaterialStateProperty<
Color?> ? -
final
- focusColor → Color?
-
finalinherited
- focusNode → FocusNode?
-
finalinherited
- groupValue → dynamic
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hoverColor → Color?
-
final
- materialTapTargetSize → MaterialTapTargetSize?
-
final
- mouseCursor → MouseCursor?
-
final
- onChanged → ValueChanged?
-
finalinherited
-
overlayColor
→ MaterialStateProperty<
Color?> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- splashRadius → double?
-
final
- toggleable → bool?
-
finalinherited
- value → dynamic
-
finalinherited
- visualDensity → VisualDensity?
-
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