menu
codeveloper_tools package
documentation
MyTools/Functions/Height_and_width_Functions.dart
PageHeight function
PageHeight function
dark_mode
light_mode
PageHeight
function
double
PageHeight
(
BuildContext
context
)
Implementation
double
PageHeight(BuildContext context) {
return
MediaQuery.of(context).size.height; }
codeveloper_tools package
documentation
MyTools/Functions/Height_and_width_Functions
PageHeight function
Height_and_width_Functions library