getElevation method

double getElevation()

Returns the elevation of the matched FloatingActionButton via Widget.toDiagnosticsNode

Implementation

double getElevation() {
  return getDiagnosticProp<double>('elevation');
}