menu
ids_material_sdk package
documentation
ui/widget/theme.dart
kHeight function
kHeight function
dark_mode
light_mode
kHeight
function
SizedBox
kHeight
(
double
value
)
Function to generate SizedBox dynamically
Implementation
SizedBox kHeight(double value) => SizedBox(height: value);
ids_material_sdk package
documentation
ui/widget/theme
kHeight function
theme library