menu
flutter_scalify package
documentation
responsive_scale/scalify_box.dart
LocalScaler
sbh method
sbh method
dark_mode
light_mode
sbh
method
SizedBox
sbh
(
num
value
)
Returns a SizedBox with scaled height.
Implementation
SizedBox sbh(num value) => SizedBox(height: value * _scale);
flutter_scalify package
documentation
responsive_scale/scalify_box
LocalScaler
sbh method
LocalScaler class