hSpace property

SizedBox get hSpace

Implementation

SizedBox get hSpace => SizedBox(
      height: double.tryParse(toString()),
    );