asWidthWidget property

Widget asWidthWidget

Returns a SizedBox with width of given size

Implementation

Widget get asWidthWidget => SizedBox(width: this);