h static method

Widget h(
  1. double width
)

水平间隔

Implementation

static Widget h(double width) {
  return SizedBox(width: width.w);
}