screenHeightMinusStatusBar method
Implementation
double screenHeightMinusStatusBar(BuildContext context) =>
sizes.height(context) - statusBarHeight(context);
double screenHeightMinusStatusBar(BuildContext context) =>
sizes.height(context) - statusBarHeight(context);