menu
notepod
constants/app.dart
standardHeight function
standardHeight
dark_mode
light_mode
standardHeight
function
SizedBox
standardHeight
(
)
Implementation
SizedBox standardHeight() { return const SizedBox( height: standardSpace / 2, ); }
notepod
app
standardHeight function
app library