elevation property

double? elevation
final

The elevation (shadow depth) of the bottom navigation bar.

If not specified, it defaults to the theme's bottomNavigationBarTheme.elevation or 8.0 if the theme does not provide one.

Implementation

final double? elevation;