menu
flutter_scalify package
documentation
responsive_scale/responsive_helper.dart
ResponsiveHelper
autoScaleInt method
autoScaleInt method
dark_mode
light_mode
autoScaleInt
method
int
autoScaleInt
(
int
?
mobileValue
)
Implementation
int autoScaleInt(int? mobileValue) => (autoScaleDouble((mobileValue ?? 0).toDouble()).round());
flutter_scalify package
documentation
responsive_scale/responsive_helper
ResponsiveHelper
autoScaleInt method
ResponsiveHelper class