Update menu icon
This commit is contained in:
parent
c7459724d5
commit
353b088566
1 changed files with 2 additions and 2 deletions
|
@ -46,10 +46,10 @@ class _MenuState extends State<Menu> {
|
|||
body: _selectedWidget,
|
||||
bottomNavigationBar: Navigation(
|
||||
itemIcons: const [
|
||||
Icons.settings_rounded,
|
||||
Icons.settings,
|
||||
Icons.list_alt_rounded,
|
||||
Icons.shopping_cart,
|
||||
Icons.account_circle,
|
||||
Icons.wysiwyg
|
||||
],
|
||||
centerIcon: Icons.home,
|
||||
selectedIndex: _selectedIndex,
|
||||
|
|
Loading…
Add table
Reference in a new issue