highlightColor property
final
The highlight color of the ink response when pressed. If this property is null then the highlight color of the theme, ThemeData.highlightColor, will be used.
See also:
- hoverColor, the color of the hover highlight.
- focusColor, the color of the focus highlight.
- highlightShape, the shape of the focus, hover, and pressed highlights.
- splashColor, the color of the splash.
- splashFactory, which defines the appearance of the splash.
Implementation
final Color? highlightColor;