menu
responsiveapp package
documentation
responsive_ui.dart
ResponsiveHelper
screenWidth static method
screenWidth static method
dark_mode
light_mode
screenWidth
static method
double
screenWidth
(
BuildContext
context
)
Implementation
static double screenWidth(BuildContext context) => MediaQuery.of(context).size.width;
responsiveapp package
documentation
responsive_ui
ResponsiveHelper
screenWidth static method
ResponsiveHelper class