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 the title for a SideMenuItem is large, it gets ellipised.
I tried changing the overflow attribute of Text to TextOverflow.visible, the itemHeight from SideMenuStyle leads to restriction in the height of Container. Though the text moves to new line, it gets clipped
I worked around to make the title text move to another line and height of the SideMenuItem flexible according to the lines taken by title. This makes the SideMenuStyle Property itemHeight Redundant.
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?
The text was updated successfully, but these errors were encountered:
When the title for a SideMenuItem is large, it gets ellipised.
I tried changing the
overflow
attribute ofText
toTextOverflow.visible
, theitemHeight
fromSideMenuStyle
leads to restriction in the height of Container. Though the text moves to new line, it gets clippedI worked around to make the title text move to another line and height of the
SideMenuItem
flexible according to the lines taken by title. This makes theSideMenuStyle
PropertyitemHeight
Redundant.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?The text was updated successfully, but these errors were encountered: