Solian/lib/providers/navigation.dart
2024-04-30 20:31:54 +08:00

4 lines
54 B
Dart

class NavigationProvider {
int selectedIndex = 0;
}