menu
flutter_sm_core package
documentation
sm_core.dart
ScreenUtil
setVerticalSpacingFromWidth method
setVerticalSpacingFromWidth method
dark_mode
light_mode
setVerticalSpacingFromWidth
method
SizedBox
setVerticalSpacingFromWidth
(
num
height
)
Implementation
SizedBox setVerticalSpacingFromWidth(num height) => SizedBox(height: setWidth(height));
flutter_sm_core package
documentation
sm_core
ScreenUtil
setVerticalSpacingFromWidth method
ScreenUtil class