menu
mg_flutter_screenutil package
documentation
flutter_screenutil.dart
ScreenUtil
setVerticalSpacing method
setVerticalSpacing method
dark_mode
light_mode
setVerticalSpacing
method
Widget
setVerticalSpacing
(
num
height
)
Implementation
Widget setVerticalSpacing(num height) => SizedBox(height: setHeight(height));
mg_flutter_screenutil package
documentation
flutter_screenutil
ScreenUtil
setVerticalSpacing method
ScreenUtil class