v static method

Widget v(
  1. double height
)

垂直间隔

Implementation

static Widget v(double height) {
  return SizedBox(height: height.w);
}