xuelongqy / flutter_easy_refresh

A flutter widget that provides pull-down refresh and pull-up load.
https://xuelongqy.github.io/flutter_easy_refresh/
MIT License
3.83k stars 628 forks source link

Add BoxDecoration to ClassicHeader and ClassicFooter #822

Closed GiampaoloGabba closed 2 months ago

GiampaoloGabba commented 2 months ago

This pull request introduces the BoxDecoration property to ClassicHeader and ClassicFooter and lets us customize how these widgets look with more flexibility. For example, I needed to put a gradient background on the ClassicHeader, and this change makes that easy to do.

GiampaoloGabba commented 2 months ago

updated the pr with your latest style changes

xuelongqy commented 2 months ago

Looks good, merged.