hSpace static method

Widget hSpace(
  1. double width
)

Implementation

static Widget hSpace(double width) => SizedBox(width: width);