Hi!
I really appreciate your work, however I found a bug when the first section header "jumps" up when you start scrolling.
This is a result of having standard padding in your ListView.
So you need to add:
padding: this.widget.padding
in ListView configuration in order to get rid of this behavior.
Hi!
I really appreciate your work, however I found a bug when the first section header "jumps" up when you start scrolling.
This is a result of having standard padding in your
ListView.So you need to add:
padding: this.widget.paddingin ListView configuration in order to get rid of this behavior.