focusElevation property

double? focusElevation
final

The z-coordinate at which to place this button relative to its parent when the button has the input focus.

This controls the size of the shadow below the floating action button.

Defaults to 8, the appropriate elevation for floating action buttons while they have focus. The value is always non-negative.

See also:

Implementation

final double? focusElevation;