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 color of the radio button title when disabled. SeniorRadioButtonStyle.disabledUncheckedFillColor the fill color of the radio button when its disabled and unchecked. [SeniorRadioButtonStyle.titleColor] the color of the radio button title. [SeniorRadioButtonStyle.uncheckedFillColor] the fill color of the radio button when its unchecked.

Implementation

final SeniorRadioButtonStyle? style;