getSplashColor method

Color getSplashColor()

Returns the splashColor of the matched IconButton via Widget.toDiagnosticsNode

Implementation

Color getSplashColor() {
  return getDiagnosticProp<Color>('splashColor');
}