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