Fix menu default index
This commit is contained in:
parent
452984b474
commit
63c9391ec6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class Menu extends StatefulWidget {
|
|||
}
|
||||
|
||||
class _MenuState extends State<Menu> {
|
||||
int _selectedIndex = 0;
|
||||
int _selectedIndex = 2;
|
||||
late Widget _selectedWidget;
|
||||
|
||||
@override
|
||||
|
|
Loading…
Add table
Reference in a new issue