vSpacing property

SizedBox get vSpacing

Implementation

SizedBox get vSpacing => SizedBox(
      height: toDouble(),
    );