I am trying to make a widget that does not have width constraints, so it depends on the biggest child, all other children should match the same width.
I know I can not achieve that with Row
inside Column
, because Column does not have a bounded width.