spaceWidth property
SizedBox
get
spaceWidth
Implementation
SizedBox get spaceWidth {
return SizedBox(width: this.toDouble());
}
SizedBox get spaceWidth {
return SizedBox(width: this.toDouble());
}