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.
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.
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.