elevation property
final
The z-coordinate at which to place this drawer relative to its parent.
This controls the size of the shadow below the drawer.
If this is null, then DrawerThemeData.elevation is used. If that is also null, then it defaults to 16.0.
Implementation
final double? elevation;