pageHeight function

double pageHeight(
  1. BuildContext context
)

Implementation

double pageHeight(BuildContext context) => (screenHeight(context) - appBarHeight() - bottomTabbarHeight);