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
The itemPadding property is not applied unless called setState later.
In order to reproduce run this modified ListView scene from the Catalog. The padding for item is applied only after selecting the toggle which calls the setState (even without any values).
< Main issue
The
itemPadding
property is not applied unless calledsetState
later.In order to reproduce run this modified ListView scene from the Catalog. The padding for item is applied only after selecting the toggle which calls the
setState
(even without any values).The text was updated successfully, but these errors were encountered: