spaceW property

SizedBox get spaceW

Implementation

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