boxy library
Classes
- BoxyChild
- A handle used by a custom BoxyDelegate to lay out, paint, and hit test its children.
-
BoxyDelegate<
T extends Object> - A delegate that controls the layout of multiple children, used with the CustomBoxy widget.
- BoxyLayerContext
- A convenient wrapper to PaintingContext, provides methods to push compositing Layers from the paint methods of BoxyDelegate.
- CustomBoxy
- A widget that uses a delegate to control the layout of multiple children.
- LayerKey
- Cache for Layer objects, used by BoxyLayerContext methods.