• 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
..
benchmark Loading commit data...
doc Loading commit data...
lib Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
pubspec.yaml Loading commit data...