menu
cowpay package
documentation
core/packages/screen_util/screen_util.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));
cowpay package
documentation
core/packages/screen_util/screen_util
ScreenUtil
setVerticalSpacingFromWidth method
ScreenUtil class