I want to have a Column of widgets with a small icon between the widgets. But this icon shall not take up any space but draw over it’s neighbor widgets.
I know I could do it with Stack
, but it would be pretty tedious to find the correct position for the icon.
So is it possible to have a widget in a Column/Row that takes no space and is still drawn?
3