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