buildSpaceWidth method

Widget buildSpaceWidth(
  1. double width
)

Implementation

Widget buildSpaceWidth(double width) {
  return SizedBox(width: ScreenUtil().setWidth(width));
}