commentSpacing property
num
get
commentSpacing
Gets or sets the space to leave between consecutive comments.
The default value is 10.
Negative values may cause comments to overlap. This inherited property is initialized in the TreeLayout#initializeTreeVertexValues pass.
Implementation
_i2.num get commentSpacing => _i4.getProperty(
this,
'commentSpacing',
);
set
commentSpacing
(num value)
Implementation
set commentSpacing(_i2.num value) {
_i4.setProperty(
this,
'commentSpacing',
value,
);
}