screenHeightMinusAppBar method

double screenHeightMinusAppBar(
  1. BuildContext context
)

Implementation

double screenHeightMinusAppBar(BuildContext context) =>
    sizes.height(context) - kToolbarHeight;