menu
alert_craft package
documentation
core/responsive.dart
Responsive
hp method
hp method
dark_mode
light_mode
hp
method
double
hp
(
double
percent
)
Implementation
double hp(double percent) => size.height * percent / 100;
alert_craft package
documentation
core/responsive
Responsive
hp method
Responsive class