MaterialRadioData<T> class final

Inheritance

Constructors

MaterialRadioData({Key? widgetKey, MouseCursor? mouseCursor, bool toggleable = kDefaultToggleable, Color? activeColor, Color? focusColor, FocusNode? focusNode, bool autofocus = kDefaultAutofocus, bool enabled = kDefaultEnabled, RadioGroupRegistry<T>? groupRegistry, WidgetStateProperty<Color?>? fillColor, Color? hoverColor, WidgetStateProperty<Color?>? overlayColor, double? splashRadius, MaterialTapTargetSize? materialTapTargetSize, VisualDensity? visualDensity, WidgetStateProperty<Color?>? backgroundColor, BorderSide? side, WidgetStateProperty<double?>? innerRadius})
const

Properties

activeColor Color?
finalinherited
autofocus bool
finalinherited
backgroundColor WidgetStateProperty<Color?>?
final
enabled bool
finalinherited
fillColor WidgetStateProperty<Color?>?
final
focusColor Color?
finalinherited
focusNode FocusNode?
finalinherited
groupRegistry RadioGroupRegistry<T>?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hoverColor Color?
final
innerRadius WidgetStateProperty<double?>?
final
materialTapTargetSize MaterialTapTargetSize?
final
mouseCursor MouseCursor?
finalinherited
overlayColor WidgetStateProperty<Color?>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
side BorderSide?
final
splashRadius double?
final
toggleable bool
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