hSpacing property

SizedBox get hSpacing

Implementation

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