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
Is your feature request related to a problem? Please describe.
Using icon: Image.asset(...) gives the error:
The element type 'BottomNavigationBarItem' can't be assigned to the list type 'SidebarXItem'.dart[list_element_type_not_assignable](https://dart.dev/diagnostics/list_element_type_not_assignable)
Describe the solution you'd like
I would like to be able to use custom image icons.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Using
icon: Image.asset(...)
gives the error:Describe the solution you'd like
I would like to be able to use custom image icons.
The text was updated successfully, but these errors were encountered: