getAppBarHeight static method

double getAppBarHeight()

Returns the height of the app bar.

Implementation

static double getAppBarHeight() {
  return kToolbarHeight;
}