getBottomNavigationBarHeight static method

double getBottomNavigationBarHeight()

Returns the height of the bottom navigation bar.

Implementation

static double getBottomNavigationBarHeight() {
  return kBottomNavigationBarHeight;
}