asWidthWidget property
Widget
get
asWidthWidget
Returns a SizedBox with width of given size
Implementation
Widget get asWidthWidget => SizedBox(width: this);
Returns a SizedBox with width of given size
Widget get asWidthWidget => SizedBox(width: this);