menu
shared_code_new package
documentation
shared_code_new/helper/responsive.dart
Responsive
getHeight static method
getHeight static method
dark_mode
light_mode
getHeight
static method
double
getHeight
(
BuildContext
context
)
Implementation
static double getHeight(BuildContext context) { return MediaQuery.of(context).size.height; }
shared_code_new package
documentation
shared_code_new/helper/responsive
Responsive
getHeight static method
Responsive class