• Hixie's avatar
    Rationalise the overflow render boxes · 34cc0c47
    Hixie authored
    New RenderAligningShiftedBox abstract class for render boxes with
    "alignment", which as of now is:
    
     - RenderPositionedBox
     - RenderConstrainedOverflowBox (ex RenderOverflowBox)
     - RenderSizedOverflowBox
     - RenderFractionallySizedOverflowBox (ex RenderFractionallySizedBox)
    
    (The respective widgets are Align, OverflowBox, SizedOverflowBox, and
    FractionallySizedBox. They haven't been renamed.)
    
    Also I added some toString details.
    34cc0c47
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
doc Loading commit data...
examples Loading commit data...
infra Loading commit data...
packages Loading commit data...
travis 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...