focusColor property

Color? focusColor
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;