3

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.

The result which I am trying to achieve in the red circle: enter image description here

Gwhyyy
  • 7,554
  • 3
  • 8
  • 35
nonameden
  • 275
  • 2
  • 5
  • 12
  • What did you try and what is the result? – Phuc Tran May 27 '18 at 02:48
  • Do you want to get the result as in the image or this is the one you are currently getting and trying to correct. – Vinoth Kumar May 27 '18 at 02:49
  • 1
    I wanted result as in image. Anyway thank you everyone, solved it with `IntrinsicWidth` as explained here: https://stackoverflow.com/a/46046776/1533112 – nonameden May 27 '18 at 03:21
  • Possible duplicate of [Positioning/Sizing a widget depending of the position/size of another widget](https://stackoverflow.com/questions/45991872/positioning-sizing-a-widget-depending-of-the-position-size-of-another-widget) – Michael Pfaff Sep 30 '19 at 01:39

0 Answers0