wSpace property

SizedBox get wSpace

Implementation

SizedBox get wSpace => SizedBox(
      width: double.tryParse(toString()),
    );