getShape method

ShapeBorder getShape()

Returns the shape of the matched FloatingActionButton via Widget.toDiagnosticsNode

Implementation

ShapeBorder getShape() {
  return getDiagnosticProp<ShapeBorder>('shape');
}