hcNavigationBarHeight property
double
get
hcNavigationBarHeight
Return the height of navigation bar
Implementation
double get hcNavigationBarHeight => MediaQuery.of(this).padding.bottom;
Return the height of navigation bar
double get hcNavigationBarHeight => MediaQuery.of(this).padding.bottom;