canvas_view library
Classes
- CanvasChildComponent
- A wrapper for CanvasParentData Applied automaticly by passing a list of children to CanvasChildDelegate
-
CanvasChildDelegate<
T extends CanvasComponent> - CanvasComponent
- Component that contains a Widget that should be displayed on canvas, widget's position, and component's identifier
-
CanvasController<
T extends CanvasComponent> - Controller to help modify Canvas's and its children's state
- CanvasParentData
- A CanvasView child's ParentData, used to determine child's position on Canvas
- CanvasView
- RenderTwoDimensionalCanvasViewport
- SingleIndexVicinity
- Vicinity that defines a real index, used to identify CanvasChildDelegate.children
- TwoDimensionalCanvasViewport