You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use the builder instead of the icon & title I get following error:
Exception has occurred. _AssertionError ('package:easy_sidemenu/src/side_menu_item.dart': Failed assertion: line 25 pos 16: 'title != null || icon != null': Title and icon should not be empty at the same time)
You wrote on pub.dev/packages/easy_sidemenu
Instead of title and icon in SideMenuItem can use builder to create your customize items:
MyCode:
The text was updated successfully, but these errors were encountered:
When I try to use the builder instead of the icon & title I get following error:
Exception has occurred. _AssertionError ('package:easy_sidemenu/src/side_menu_item.dart': Failed assertion: line 25 pos 16: 'title != null || icon != null': Title and icon should not be empty at the same time)
You wrote on pub.dev/packages/easy_sidemenu
Instead of title and icon in SideMenuItem can use builder to create your customize items:
MyCode:
The text was updated successfully, but these errors were encountered: