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

Change color of alert icon #59

Closed asharayub50 closed 4 years ago

asharayub50 commented 4 years ago

I have managed to customize almost everything except this. Please tell me how to change the icon of the alert.

YouSour commented 4 years ago

@asharayub50 have you customize border radius on DailogButton ripple effect ?

rflutter

ibrahimdevs commented 4 years ago

@asharayub50 alert icons not shape, they all static images so you can't change their colors. But you can use your own images, there is an example on readme file.

@YouSour if you need help please open a new issue, we should keep as clean as possible here :)