• Hans Muller's avatar
    IndexedStack · 09d26302
    Hans Muller authored
    Added horizontal and vertical alignment properties to Stack so that the origin of non-positioned children can be specified. Currently all of the non-positioned children just end up with their top-left at 0,0. Now, for example, you can center the children by specifying verticalAlignment: 0.5, horizontalAlignment: 0.5.
    
    Added IndexedStack which only paints the stack child specified by the index property. Since it's a Stack, it's as big as the biggest non-positioned child. This component will be essential for building mobile drop down menus.
    
    Added a (likely temporary) example that demonstrates IndexedStack.
    09d26302
Name
Last commit
Last update
..
BUILD.gn Loading commit data...
big_switch.dart Loading commit data...
card_collection.dart Loading commit data...
container.dart Loading commit data...
date_picker.dart Loading commit data...
drag_and_drop.dart Loading commit data...
ensure_visible.dart Loading commit data...
horizontal_scrolling.dart Loading commit data...
indexed_stack.dart Loading commit data...
navigation.dart Loading commit data...
overlay_geometry.dart Loading commit data...
pageable_list.dart Loading commit data...
piano.dart Loading commit data...
progress_indicator.dart Loading commit data...
pubspec.yaml Loading commit data...
scale.dart Loading commit data...
sector.dart Loading commit data...
spinning_mixed.dart Loading commit data...
styled_text.dart Loading commit data...
tabs.dart Loading commit data...