flutter_start/lib/src/routes.dart

6 lines
177 B
Dart
Raw Normal View History

2024-01-24 14:37:59 +01:00
mixin StartUserStoryRoutes {
static const String splashScreen = '/splashScreen';
static const String introduction = '/introduction';
static const String home = '/home';
}