aagarwal1012 / Liquid-Pull-To-Refresh

🔁 A custom refresh indicator for flutter.
https://pub.dev/packages/liquid_pull_to_refresh
MIT License
1.25k stars 91 forks source link

add border radius and gradient for back container #72

Closed mreslamgeek closed 1 year ago

mreslamgeek commented 1 year ago

/// The progress indicator's background borderRadius. /// Its null by default final BorderRadiusGeometry? borderRadius;

/// The progress indicator's background gradient. /// Its null by default final Gradient? gradient;