elevation property

double? elevation
final

Z-coordinate at which to place the drawer relative to its parent.

This controls the size of the shadow below the drawer. If null, uses the default drawer elevation.

Implementation

final double? elevation;