Replies: 1 comment
-
In my case, I change the "ListView.separated" to "Column", it's "children" look like: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to create a screen that is fully scrollable, containing some header elements, followed by a generated list of Slidable objects. My current implementation (full code below) has a parent ListView, with a inner ListView.separated that is not scrollable.
Under this implementation, the logic to automatically close the slidable on scroll doesn't work, even though the first primary Scrollable (the ListView.separated) is never scrollable.
Any pointers as to how I can either:
Beta Was this translation helpful? Give feedback.
All reactions