getDisabledColor method

Color getDisabledColor()

Returns the disabledColor of the matched IconButton via Widget.toDiagnosticsNode

Implementation

Color getDisabledColor() {
  return getDiagnosticProp<Color>('disabledColor');
}