spaceHeight property

SizedBox get spaceHeight

Implementation

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