SeniorRadioButtonStyle class

Constructors

SeniorRadioButtonStyle({Color? checkedFillColor, Color? disabledCheckedFillColor, Color? disabledTitleColor, Color? disabledUncheckedFillColor, Color? titleColor, Color? uncheckedFillColor})
Style definitions for the SeniorRadioButton component.
const

Properties

checkedFillColor Color?
Defines the fill color of the radio button when it`s checked.
final
disabledCheckedFillColor Color?
Defines the fill color of the radio button when it`s checked and disabled.
final
disabledTitleColor Color?
Defines the radio button title color when disabled.
final
disabledUncheckedFillColor Color?
Defines the fill color of the radio button when it`s unchecked and disabled.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleColor Color?
Defines the radio button title color.
final
uncheckedFillColor Color?
Defines the fill color of the radio button when it`s unchecked
final

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