navigationBarHeight property

double? navigationBarHeight
final

Height of the container for the Material 3 NavigationBar.

In undefined, defaults to kNavigationBarHeight which is 62 dp.

If useFlutterDefaults true, and this property is undefined, it defaults to 80.

Implementation

final double? navigationBarHeight;