flutter_styled_toast
flutter_styled_toast copied to clipboard
Could you make StyledToastTheme visible outside of library?
Hi there!
It would be very useful if I could access the StyledToastTheme
outside of the lib. And it would be nice to have a public function for that, which would receive optional BuildContext (like showToast
function which uses currentContext
if an optional context
is null).
Thank you!