space property

SizedBox get space

Implementation

SizedBox get space {
  return SizedBox(height: this.toDouble(), width: this.toDouble());
}