Flutter see through widget in Stack
So I have this stack: Stack( children:[ Widget1(), Widget2(), Widget3(), ]); they're all full screen so you can only see Widget3 But I want to 'see through' these widgets to the one beneath at a certain area. Like maybe a…