computeEffectiveSpacing method

num computeEffectiveSpacing()

(undocumented) Get the total spacing for a row or column.

For a row, this would be the value of Panel#defaultRowSeparatorStrokeWidth or RowColumnDefinition#separatorStrokeWidth, plus the top and bottom values of Panel#defaultSeparatorPadding or RowColumnDefinition#separatorPadding. @return {number}

Implementation

_i2.num computeEffectiveSpacing() => _i4.callMethod(
      this,
      'computeEffectiveSpacing',
      [],
    );