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