Jamalianpour / easy_sidemenu

An easy to use side menu (navigation rail) in flutter and can used for navigations
https://pub.dev/packages/easy_sidemenu
MIT License
145 stars 70 forks source link

Overflow of SideMenuItem Text #80

Open aditya113141 opened 7 months ago

aditya113141 commented 7 months ago

Screenshot (682)

Screenshot (683)

Screenshot (681)

This issue doesn't occurs in SideMenuExpansionItem as we are using ListTile in it inplace of InkWell in SideMenuItem

I Want to know people's opinion before making the changes. Do they need the itemHeight property or they want the SideMenuItems to have flexible height according to their size?