appBarHeight static method

double appBarHeight()

获取AppBar默认高度

Implementation

static double appBarHeight() {
  return Get.mediaQuery.padding.top + kToolbarHeight;
}