compose/remote/Documentation/parts/canvas_layout.md
Canvas Layout is a container optimized for custom drawing operations while still supporting child components.
Drawing Encapsulation:
Draw operations (DrawRect, DrawCircle, etc.).Child Positioning:
(0, 0) and sized to fill the entire Canvas area if standard LayoutComponentContent is used.LayoutCompute modifiers are used, children can be positioned anywhere on top of the custom drawing.