buildSizeWidth function

Widget buildSizeWidth(
  1. double value
)

Implementation

Widget buildSizeWidth(double value) {
  return SizedBox(width: value);
}