descending property
EnumValue
get
descending
Lay out each child in reverse sort order given by GridLayout#comparer This value is used for GridLayout#sorting.
Implementation
static _i3.EnumValue get descending => _i4.getProperty(
_declaredGridLayout,
'Descending',
);
set
descending
(EnumValue value)
Implementation
static set descending(_i3.EnumValue value) {
_i4.setProperty(
_declaredGridLayout,
'Descending',
value,
);
}