menu
petro_sdk_package package
documentation
utils/widget_util.dart
WidgetUtil
verticalSpace method
verticalSpace method
dark_mode
light_mode
verticalSpace
method
Widget
verticalSpace
(
double
height
)
Implementation
Widget verticalSpace(double height) { return SizedBox( height: height, ); }
petro_sdk_package package
documentation
utils/widget_util
WidgetUtil
verticalSpace method
WidgetUtil class