proportionalExtra property

EnumValue get proportionalExtra

If a Table Panel is larger than all the rows then this #sizing grants this row and any others with the same value the extra space, apportioned proportionally between them

Implementation

static _i3.EnumValue get proportionalExtra => _i4.getProperty(
      _declaredRowColumnDefinition,
      'ProportionalExtra',
    );
set proportionalExtra (EnumValue value)

Implementation

static set proportionalExtra(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredRowColumnDefinition,
    'ProportionalExtra',
    value,
  );
}