• 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
..
animation Loading commit data...
cupertino Loading commit data...
engine Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...