menu
app_style package
documentation
padding_constant.dart
PaddingConstants
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;
app_style package
documentation
padding_constant
PaddingConstants
screenWidth static method
PaddingConstants class