menu
flutter_adaptive_kit package
documentation
adaptive_ui.dart
AdaptiveDeviceInfo
setWidth method
setWidth method
dark_mode
light_mode
setWidth
method
double
setWidth
(
num
width
)
Scales a width value based on the design size.
Implementation
double setWidth(num width) => width * scaleWidth;
flutter_adaptive_kit package
documentation
adaptive_ui
AdaptiveDeviceInfo
setWidth method
AdaptiveDeviceInfo class