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:

  • highlightShape, the shape of the focus, hover, and pressed highlights.
  • hoverColor, the color of the hover highlight.
  • splashColor, the color of the splash.
  • splashFactory, which defines the appearance of the splash.

Implementation

final Color? focusColor;