backgroundColor property

WidgetStateProperty<Color?>? backgroundColor
final

The color of the background of the radio button, in all WidgetStates.

Resolves in the following states:

If specified, overrides the default value of Radio.backgroundColor. The default value is transparent in all states.

Implementation

final WidgetStateProperty<Color?>? backgroundColor;