spacing property

SizedBox get spacing

Returns a SizedBox with the width and height set to this value.

Implementation

SizedBox get spacing => SizedBox(width: this, height: this);