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 88 forks source link

Add titleTopSpacing customization field #121

Open Frezyx opened 1 year ago

Frezyx commented 1 year ago

Hello @cmdrootaccess !

I meet a problem while working with this library. In my case, I need to remove the spacing between title and message.

This was set as a constant in the library. I added the titleTopSpacing field to be able to change this spacing.

I kept the same default value

Frezyx commented 1 year ago

@cmdrootaccess Any updates ?