cmdrootaccess / another-flushbar

A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.
https://pub.dev/packages/another_flushbar
MIT License
145 stars 90 forks source link

Make borderRadius a BorderRadius object instead of double #12

Closed silverhairs closed 3 years ago

silverhairs commented 3 years ago

The fact that the borderRadius property is a double put a lot of limitations on the design possibilities. For example, you can't apply a radius to a single corner. Setting it as a BorderRadiusGeometry will give more freedom.

silverhairs commented 3 years ago

I've submitted a PR that deals with this, check #13