menu
mybase package
documentation
base/tool/extension/FFScreenSize.dart
FFScreenSize
getScreenHeight method
getScreenHeight method
dark_mode
light_mode
getScreenHeight
method
double
getScreenHeight
(
BuildContext
context
)
Implementation
double getScreenHeight(BuildContext context){ return MediaQuery.of(context).size.height; }
mybase package
documentation
base/tool/extension/FFScreenSize
FFScreenSize
getScreenHeight method
FFScreenSize mixin