hGap property

SizedBox get hGap

Creates a Sizedbox of this height

Implementation

SizedBox get hGap => SizedBox(height: this.hWise);