getHoverElevation method

double getHoverElevation()

Returns the hoverElevation of the matched FloatingActionButton via Widget.toDiagnosticsNode

Implementation

double getHoverElevation() {
  return getDiagnosticProp<double>('hoverElevation');
}