values constant

List<AdaptiveWindowType> const values

Order matter same as Enum.values

Implementation

static const List<AdaptiveWindowType> values = [
  AdaptiveWindowType.xs(),
  AdaptiveWindowType.s(),
  AdaptiveWindowType.m(),
  AdaptiveWindowType.l(),
  AdaptiveWindowType.xl(),
];