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