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

[Bug] Can't access widgets below Flushbar when margin is set #36

Closed emvaized closed 3 years ago

emvaized commented 3 years ago

In my app I would like to have floating flushbar, with some padding on bottom - so I achieve this by setting margin in flushbar constructor. However, items below flushbar do not respond to touch until it's dismissed - like if flushbar is covering them with some transparent Container.

It would be great if flushbar with bottom/top margin didn't make widgets below inaccessible.