values property
Set of all values of LayoutAlgorithm.
Implementation
static final Set<LayoutAlgorithm> values = [
LayoutAlgorithm.NARROW_COLUMNS,
LayoutAlgorithm.NORMAL,
LayoutAlgorithm.TEXT_AUTOSIZING,
].toSet();
Set of all values of LayoutAlgorithm.
static final Set<LayoutAlgorithm> values = [
LayoutAlgorithm.NARROW_COLUMNS,
LayoutAlgorithm.NORMAL,
LayoutAlgorithm.TEXT_AUTOSIZING,
].toSet();