menu
atomic_flutter_kit package
documentation
utilities/atomic_responsive_utils.dart
AtomicResponsiveUtils
screenHeight static method
screenHeight static method
dark_mode
light_mode
screenHeight
static method
double
screenHeight
(
BuildContext
context
)
Implementation
static double screenHeight(BuildContext context) { return MediaQuery.of(context).size.height; }
atomic_flutter_kit package
documentation
utilities/atomic_responsive_utils
AtomicResponsiveUtils
screenHeight static method
AtomicResponsiveUtils class