style property

SeniorRadioButtonStyle? style
final

The component's style definitions.

Allows you to configure: SeniorRadioButtonStyle.checkedFillColor the fill color of the radio button when its checked. [SeniorRadioButtonStyle.disabledCheckedFillColor] the fill color of the radio button when its disabled and checked. SeniorRadioButtonStyle.disabledTitleColor the radio button title color when disabled. SeniorRadioButtonStyle.disabledUncheckedFillColor the fill color of the radio button when its disabled and unchecked. [SeniorRadioButtonStyle.titleColor] the radio button title color. [SeniorRadioButtonStyle.uncheckedFillColor] the fill color of the radio button when its unchecked.

Implementation

final SeniorRadioButtonStyle? style;