delegates/action_layout_delegate library
Classes
- ActionLayout
- describe how to layout action items in RenderSlideAction ActionLayout.spaceEvenly would layout action items with equal space ActionLayout.flex would layout action items according to their flex value it would buildDelegate to create a ActionLayoutDelegate when RenderSlideAction.performLayout is invoked
- ActionLayoutDelegate
- ActionLayoutDelegate is a base class for laying out SlideActionPanel RenderSlideAction would always create a new ActionLayoutDelegate from ActionLayout, and will invoke layout when doing RenderSlideAction.performLayout