chenfanfang / flutter_tableview

A flutter widget like iOS UITableview. let listView with section header and each section header will hover at the top.
https://pub.dev/packages/flutter_tableview
MIT License
42 stars 17 forks source link

ListView needs padding #3

Open Filofei opened 4 years ago

Filofei commented 4 years ago

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.