focusColor property

Color? focusColor
final

The color for the checkbox's border shadow when it has the input focus.

If null, then a paler form of the activeColor will be used.

Implementation

final Color? focusColor;