JackJonson / flutter_styled_toast

A Styled Toast Flutter package.
Apache License 2.0
76 stars 43 forks source link

Could you make StyledToastTheme visible outside of library? #18

Closed darkstarx closed 1 year ago

darkstarx commented 3 years ago

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!