Solian/lib/providers/navigation.dart

4 lines
54 B
Dart
Raw Permalink Normal View History

2024-04-13 16:10:22 +00:00
class NavigationProvider {
int selectedIndex = 0;
2024-04-30 12:31:54 +00:00
}