elevation property

double? elevation
final

The z-coordinate at which to place this button relative to its parent.

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

Defaults to 6, the appropriate elevation for floating action buttons. The value is always non-negative.

See also:

Implementation

final double? elevation;