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