Update menu icon

This commit is contained in:
Moe Poi ~ 2022-05-12 22:19:56 +07:00
parent c7459724d5
commit 353b088566

View file

@ -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,