width method

Widget width(
  1. double width
)

Set width for the widget

Implementation

Widget width(double width) => SizedBox(width: width, child: this);