getBackgroundColor method

Color getBackgroundColor()

Returns the backgroundColor of the matched FloatingActionButton via Widget.toDiagnosticsNode

Implementation

Color getBackgroundColor() {
  return getDiagnosticProp<Color>('backgroundColor');
}