Open adam-jw-casey opened 1 year ago
Having to manually click "Done" is annoying, and feels dated.
Should be able to use a MouseArea or whatever it's called.
MouseArea
Turns out MouseArea doesn't have a "click outside" binding. I was thinking of the one that iced additional widgets modal has (.backdrop()).
.backdrop()
Having to manually click "Done" is annoying, and feels dated.
Should be able to use a
MouseArea
or whatever it's called.