values property

Set<LayoutAlgorithm> values
final

Set of all values of LayoutAlgorithm.

Implementation

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