widthBox property

SizedBox get widthBox

Implementation

SizedBox get widthBox {
  return SizedBox(width: toDouble());
}