Is it possible to add a widget in the foreground without a stack?
I want to create a error dialog on the bottom like on the screenshot at the end of the question.
One solution is to wrap the whole scaffold in a stack and on an error event add this error widget to the stack. I tried that but this is very laborious when I have a lot of widgets.
Is there a way to create a widget in the foreground (e.g like a dialog), without a stack?
from Recent Questions - Stack Overflow https://ift.tt/3i56qNG
https://ift.tt/2UTJyrC
Comments
Post a Comment