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
I have a case where I render items which have optional subtext (see example below). In the case where the subtext is not available I'd like to show a smaller sized menu item.
Currently, FixedSizeListis used, which doesn't support this behaviour. Could VariableSizeListbe used instead?
The text was updated successfully, but these errors were encountered:
I have a case where I render items which have optional subtext (see example below). In the case where the subtext is not available I'd like to show a smaller sized menu item.
Currently,
FixedSizeList
is used, which doesn't support this behaviour. CouldVariableSizeList
be used instead?The text was updated successfully, but these errors were encountered: