elevation property

double? elevation
final

The elevation of the NavigationDrawer itself.

If null, NavigationDrawerThemeData.elevation is used. If that is also null, it will be 1.0.

Implementation

final double? elevation;