focusColor property

Color? focusColor
final

The color of the ink response when the parent widget is focused. If this property is null then the focus color of the theme, ThemeData.focusColor, will be used.

See also:

Implementation

final Color? focusColor;