sooxie / list_treeview

A treeview for Flutter. Based on the listview.
MIT License
64 stars 23 forks source link

Expose ShrinkWrapp property from ListView.Builder #2

Closed akdu12 closed 4 years ago

akdu12 commented 4 years ago

Hey good job on building this package I have a use case where i need to set shrinkWrap property of ListView.the only thing i can do is to copy the file to my project and edit but it would be awesome to allow users to do so easly.

Kind regards!

sooxie commented 4 years ago

It is a good idea. I have added the functionality you mentioned, such as shrinkWrap padding and reverse.