models library
Classes
- LayoutSize
-
the layout result of
RenderSLidable
size is the size of SlidablePanel.child hasPreAction indicates whether there has SlideActionPanel at ActionPosition.pre hasPostAction indicates whether there has SlideActionPanel at ActionPosition.post - SizedConstraints
-
SizedConstraints is used to calculate the constraints for the pre/post actions
constraints's length should be the same as the number of actions at the corresponding ActionPosition
typically, it would be calculated by
BaseActionLayoutDelegate
Enums
- ActionAlignment
- spaceEvenly layout is the default layout of SlideActionPanel, and all action items would be laid out evenly in the SlideActionPanel flex layout is similar to the spaceEvenly layout, but the action items would be laid out according to their flex values
- ActionMotion
- ActionPosition
- SlideDirection