bottomAppBarElevation property

double? bottomAppBarElevation
final

The themed elevation for the BottomAppBar.

If undefined (null), defaults to 3 in M3 mode and to 8 in M2 mode, both via the defaults for the respective theme mode from Flutter's default elevation behavior of BottomAppBar.

Implementation

final double? bottomAppBarElevation;