focusColor property
final
The color for the radio's border when it has the input focus.
If null, then a paler form of the activeColor will be used.
Implementation
final Color? focusColor;
The color for the radio's border when it has the input focus.
If null, then a paler form of the activeColor will be used.
final Color? focusColor;