spacing property

int? spacing

Property getter and setter for spacing:

Implementation

int? get spacing;
void spacing=(int? spacing)

Implementation

set spacing(int? spacing);