fullFullScreenHeight function

double fullFullScreenHeight(
  1. BuildContext context
)

Implementation

double fullFullScreenHeight(BuildContext context) {
  return MediaQuery.of(context).size.height;
}