flutter_sticky_headers
flutter_sticky_headers copied to clipboard
Is there a way to be optional a header?
I have a list with a date field. I want to group several items in a same header. Is it possible? Example: Header content content --> no header Header content Header content content --> no header content --> no header ...
I tried "head: condition ? widget : null" but it does not render.
Thanks!
Any update on this?
I also need this
Any update on this?