sortingForwards property
EnumValue
get
sortingForwards
Lay out each child in the order in which they were found; this value is used for TreeLayout#sorting or TreeLayout#alternateSorting.
Implementation
static _i3.EnumValue get sortingForwards => _i4.getProperty(
_declaredTreeLayout,
'SortingForwards',
);
set
sortingForwards
(EnumValue value)
Implementation
static set sortingForwards(_i3.EnumValue value) {
_i4.setProperty(
_declaredTreeLayout,
'SortingForwards',
value,
);
}