RatelHub / rflutter_alert

RFlutter Alert is super customizable and easy-to-use alert / popup dialog library for Flutter. You may create reusable alert styles or add buttons as much as you want with ease.
https://ratel.com.tr
MIT License
386 stars 117 forks source link

Customize Padding #91

Closed ariefsn closed 3 years ago

ariefsn commented 3 years ago

Hi, is possible to customize padding inside the alert?

ibrahimdevs commented 3 years ago

@ariefsn you can check it from Alert with Style example. https://github.com/RatelHub/rflutter_alert#alert-with-style

Basically, you create your own AlertStyle and change it's alertPadding parameter.