• Adam Barth's avatar
    Change `Flexible`'s default `FlexFit` (#7404) · 03d19807
    Adam Barth authored
    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
    03d19807
Name
Last commit
Last update
..
src Loading commit data...
animation.dart Loading commit data...
cupertino.dart Loading commit data...
foundation.dart Loading commit data...
gestures.dart Loading commit data...
http.dart Loading commit data...
material.dart Loading commit data...
painting.dart Loading commit data...
physics.dart Loading commit data...
rendering.dart Loading commit data...
scheduler.dart Loading commit data...
services.dart Loading commit data...
widgets.dart Loading commit data...