hSpace function

dynamic hSpace(
  1. double width
)

Implementation

hSpace(double width) => SizedBox(
      width: width,
    );