• 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
.idea Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.analysis_options_repo Loading commit data...
.analysis_options_user Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...