getForegroundColor method

Color getForegroundColor()

Returns the foregroundColor of the matched FloatingActionButton via Widget.toDiagnosticsNode

Implementation

Color getForegroundColor() {
  return getDiagnosticProp<Color>('foregroundColor');
}