horizontalSpace function

Widget horizontalSpace(
  1. double width
)

Implementation

Widget horizontalSpace(double width) => SizedBox(width: width);