menu
flutter_baseui_kit package
documentation
button/flutter_button_base_adapt.dart
AdaptCJHelper
setWidth static method
setWidth static method
dark_mode
light_mode
setWidth
static method
double
setWidth
(
num
width
)
根据UI设计的设备宽度适配
Implementation
static double setWidth(num width) => width * scaleWidth;
flutter_baseui_kit package
documentation
button/flutter_button_base_adapt
AdaptCJHelper
setWidth static method
AdaptCJHelper class