focusColor property

Color? focusColor
final

The color to use for filling the button when the button has input focus.

Defaults to ThemeData.focusColor for the current theme.

Implementation

final Color? focusColor;