hSpace function

Widget hSpace(
  1. double width
)

Implementation

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