getHoverColor method

Color getHoverColor()

Returns the hoverColor of the matched IconButton via Widget.toDiagnosticsNode

Implementation

Color getHoverColor() {
  return getDiagnosticProp<Color>('hoverColor');
}