widthBox property

Widget widthBox

creates a SizedBox that has this num as its width

Implementation

Widget get widthBox => SizedBox(width: this.toDouble());