spaceWidth property

SizedBox get spaceWidth

Implementation

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