• Chris Bracken's avatar
    Scaffold resizeToAvoidBottomPadding uses view insets (#13437) · 6ff844a9
    Chris Bracken authored
    Now that keyboard height is modelled as a (bottom) view inset, migrate
    scaffold bottom resizing to use view insets instead of bottom padding,
    which, after an engine roll, will only be used for safe areas.
    
    Until the aforementioned engine roll, the keyboard height is still
    included in both bottom padding and view insets. As such
    resizeToAvoidBottomPadding still drives bottom padding removal until
    that roll lands.
    
    Renames _ScaffoldLayout.bottomPadding to bottomViewInset
    6ff844a9
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.gitattributes 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...
PATENTS Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...