elevation property

double? elevation
final

The elevation of the NavigationBar itself.

If null, NavigationBarThemeData.elevation is used. If that is also null, then if ThemeData.useMaterial3 is true then it will be 3.0 otherwise 0.0.

Implementation

final double? elevation;