width property
SizedBox
get
width
Creates a SizedBox with width
Implementation
SizedBox get width => SizedBox(width: toDouble());
Creates a SizedBox with width
SizedBox get width => SizedBox(width: toDouble());