getFocusElevation method

double getFocusElevation()

Returns the focusElevation of the matched FloatingActionButton via Widget.toDiagnosticsNode

Implementation

double getFocusElevation() {
  return getDiagnosticProp<double>('focusElevation');
}