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

Implemented endOffset parameter #37

Closed emvaized closed 3 years ago

emvaized commented 3 years ago

endOffset is the Offset to be added to the end Flushbar position. Intended to replace margin when you need items below Flushbar to remain accessible

Resolves https://github.com/cmdrootaccess/another-flushbar/issues/36