hoverColor property

Color hoverColor

Implementation

Color get hoverColor {
  if (_hoverColor == null) return color;

  return _hoverColor!;
}