kNewTabCycle top-level constant

List<GLTabKind> const kNewTabCycle

Rotating kinds for the "New Tab" (+) button, matching the JSX cycle.

Implementation

const List<GLTabKind> kNewTabCycle = [
  GLTabKind.globe,
  GLTabKind.user,
  GLTabKind.store,
  GLTabKind.chart,
  GLTabKind.doc,
];