widthBox property

Widget get widthBox

Convert number to width (SizedBox)

Implementation

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