menu
notepod
constants/app.dart
screenWidth function
screenWidth
dark_mode
light_mode
screenWidth
function
double
screenWidth
(
BuildContext
context
)
Implementation
double screenWidth(BuildContext context) => MediaQuery.of(context).size.width;
notepod
app
screenWidth function
app library