focusColor property Null safety
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;
The color to use for filling the button when the button has input focus.
Defaults to ThemeData.focusColor for the current theme.
final Color? focusColor;