Solian/lib/providers/navigation.dart
2024-04-14 00:10:22 +08:00

3 lines
53 B
Dart

class NavigationProvider {
int selectedIndex = 0;
}