I am trying to substitute the snackbar with a custom notification, since this is more "styleable". But I run into 2 problems here, and I hope that somebody can help me.
I am using a component and trigger it with Action > Alert Dialog > Custom Dialog. It is automatically dismissed after a second with an action in that component.
My 2 issues:
No matter what I set as barrier-color (eg. #00000000 or nothing) the screen always darkens.
Although I set every possible action to "non-blocking" - as long as the custom component is shown, the rest of the screen is blocked.
Does anybody have an idea how to do that? Maybe a custom action to trigger the component (although I still want to design it in ff).
Thanks a lot!