spaceH property

SizedBox get spaceH

Implementation

SizedBox get spaceH {
  return SizedBox(height: this.toDouble());
}