hoverColor property

Color? hoverColor
final

The color of the ink response when a pointer is hovering over it. If this property is null then the hover color of the theme, ThemeData.hoverColor, will be used.

See also:

Implementation

final Color? hoverColor;