Closed mohsinulhaq closed 3 years ago
Is there any global way to style the toast without me adding the styles to each invocation of WToast.show or refactoring the function out into another one?
WToast.show
You can write a show function in your utils, and then define a constant (const) object so that you can achieve the function you want
Is there any global way to style the toast without me adding the styles to each invocation of
WToast.show
or refactoring the function out into another one?