vSpacing property

SizedBox get vSpacing

Returns a SizedBox with the height set to this value.

Implementation

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