Adam Barth 03d1980733 Change Flexible's default FlexFit (#7404)
Change `Flexible`'s default `FlexFit`

Previously, `Flexible` defaulted to `FlexFit.tight`, which forced the child to
expand to fill the available space. Now, `Flexible` defaults to
`FlexFit.loose`, which does not force the child to expand to fill the available
space.

If you want the child to expand to fill the available space, consider using
`Expanded` instead.

Fixes #5169
2017-01-10 13:12:04 -08:00
..
2016-11-03 14:40:12 -07:00
2016-11-08 14:49:49 -08:00
2016-10-24 10:40:52 -07:00
2017-01-09 14:55:36 -08:00
2016-11-03 14:40:12 -07:00
2016-12-01 07:27:14 -08:00
2016-10-24 10:40:52 -07:00
2016-10-04 09:52:14 -07:00
2016-12-01 09:43:08 -08:00
2017-01-03 22:11:35 -08:00
2017-01-09 14:55:36 -08:00