fix map
This commit is contained in:
@@ -194,15 +194,6 @@ class _MainScreenState extends State<MainScreen> with WidgetsBindingObserver {
|
||||
inactiveIcon:
|
||||
IconConstants.instance.getMaterialIcon(Icons.group_outlined),
|
||||
),
|
||||
// PersistentBottomNavBarItem(
|
||||
// icon: IconConstants.instance
|
||||
// .getMaterialIcon(Icons.notifications_outlined),
|
||||
// title: appLocalization(context).notification,
|
||||
// activeColorPrimary: Colors.blue,
|
||||
// inactiveColorPrimary: Colors.grey,
|
||||
// inactiveIcon: IconConstants.instance
|
||||
// .getMaterialIcon(Icons.notifications_outlined),
|
||||
// ),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user