menu
easy_flu_widget package
documentation
box/gaps.dart
Gaps
getHorizontal static method
getHorizontal static method
dark_mode
light_mode
getHorizontal
static method
Widget
getHorizontal
(
double
width
)
自定义水平间隔
Implementation
static Widget getHorizontal(double width) { return SizedBox( width: getWidth(width), ); }
easy_flu_widget package
documentation
box/gaps
Gaps
getHorizontal static method
Gaps class