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