screenAppBarHeightDp top-level property

double get screenAppBarHeightDp

状态栏高度+AppBar高度 dp

Implementation

double get screenAppBarHeightDp =>
    screenToolbarHeightDp + screenStatusBarHeightDp;