activeColor property Null safety
final
The color to use when this radio button is selected.
Defaults to ThemeData.toggleableActiveColor.
If fillColor returns a non-null color in the MaterialState.selected state, it will be used instead of this color.
Implementation
final Color? activeColor;