mobileQuickAccessRoutes top-level constant

  1. @visibleForTesting
List<String> const mobileQuickAccessRoutes

Mobile bottom-bar quick-access subset (Today / Review / Tutor only). The full IA stays reachable from the drawer; this strip is for the thumb-frequent destinations.

Implementation

@visibleForTesting
const mobileQuickAccessRoutes = <String>['/', '/review', '/tutor'];