navigationBarHeight property

double? navigationBarHeight
final

Height of the container for the Material 3 NavigationBar.

If navigationBarIsStyled is true it defaults to kNavigationBarHeight = 62 dp, otherwise it is 80 dp. This is the same as the the Material 3 default design and specification for its height.

Implementation

final double? navigationBarHeight;