forward property

EnumValue get forward

Lay out each child in the order in which they were found; This value is used for GridLayout#sorting.

Implementation

static _i3.EnumValue get forward => _i4.getProperty(
      _declaredGridLayout,
      'Forward',
    );
set forward (EnumValue value)

Implementation

static set forward(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredGridLayout,
    'Forward',
    value,
  );
}