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.
If a label text overflows, TextOverflow.fade will be used which fades from top to bottom, which is incorrect and not very visually pleasing.
Describe the solution you'd like
Since the label text is limited to one line, simply setting softWrap = false in SidebarXCell will result in the text fading in the correct direction. Also just removing the overflow = TextOverflow.fade will allow the user to specify the overflow with a SidebarXTheme.textStyle
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If a label text overflows,
TextOverflow.fade
will be used which fades from top to bottom, which is incorrect and not very visually pleasing.Describe the solution you'd like
Since the label text is limited to one line, simply setting
softWrap = false
inSidebarXCell
will result in the text fading in the correct direction. Also just removing theoverflow = TextOverflow.fade
will allow the user to specify theoverflow
with aSidebarXTheme.textStyle
The text was updated successfully, but these errors were encountered: