actualSpacing property
num
get
actualSpacing
This read-only property is the effective spacing that may have been calculated by the layout.
Implementation
_i2.num get actualSpacing => _i4.getProperty(
this,
'actualSpacing',
);
set
actualSpacing
(num value)
Implementation
set actualSpacing(_i2.num value) {
_i4.setProperty(
this,
'actualSpacing',
value,
);
}