withWidthBox property

SizedBox get withWidthBox

Implementation

SizedBox get withWidthBox => SizedBox(
      width: toDouble(),
    );