sizeHor function

Widget sizeHor(
  1. double width
)

Implementation

Widget sizeHor(double width) {
  return SizedBox(width: width);
}