3 lines
53 B
Dart
3 lines
53 B
Dart
|
class NavigationProvider {
|
||
|
int selectedIndex = 0;
|
||
|
}
|