WidthBox function

Widget WidthBox(
  1. double width
)

Implementation

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