hSpacing property

SizedBox get hSpacing

Returns a SizedBox with the width set to this value.

Implementation

SizedBox get hSpacing => SizedBox(width: this);