vSpace property

SizedBox get vSpace

Returns a SizedBox widget with the height set to this number.

Example: 100.verticalSpace -> SizedBox(height: 100.0).

Implementation

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