backgroundColor property
final
The color of the background of the radio button, in all WidgetStates.
Resolves in the following states:
If null, then RadioThemeData.backgroundColor of ThemeData.radioTheme is used. If that is also null the default value is transparent in all states.
Implementation
final WidgetStateProperty<Color?>? backgroundColor;