hoverColor property

Color? hoverColor
final

The InkWell hover color for the option button.

If null, defaults to Color(0x50BCBCBC) in light mode and to Color(0x99555555) in dark-mode.

If using custom theming that should be used, pass in Theme.of(context).hoverColor.

Implementation

final Color? hoverColor;