widthBox property
Widget
get
widthBox
Convert number to width (SizedBox)
Implementation
Widget get widthBox => SizedBox(width: toDouble());
Convert number to width (SizedBox)
Widget get widthBox => SizedBox(width: toDouble());