hoverColor property
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:
- highlightShape, the shape of the focus, hover, and pressed highlights.
- highlightColor, the color of the pressed highlight.
- focusColor, the color of the focus highlight.
- splashColor, the color of the splash.
- splashFactory, which defines the appearance of the splash.
Implementation
final Color? hoverColor;