actualSpacing property

num 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',
    );
void actualSpacing=(num value)

Implementation

set actualSpacing(_i2.num value) {
  _i4.setProperty(
    this,
    'actualSpacing',
    value,
  );
}