menu
easy_flu_widget package
documentation
box/gaps.dart
Gaps
getVertical static method
getVertical static method
dark_mode
light_mode
getVertical
static method
Widget
getVertical
(
double
height
)
自定义垂直间隔
Implementation
static Widget getVertical(double height) { return SizedBox( height: getHeight(height), ); }
easy_flu_widget package
documentation
box/gaps
Gaps
getVertical static method
Gaps class