getAppBarHeight method

double getAppBarHeight()

获取 appbar的高度

Implementation

double getAppBarHeight() {
  return 50;
}