Place a rectangle inside another based on its specified alignment. This function considers NodeAlign.fill to be equivalent to NodeAlign.start.
This function may commonly be used with Layout.nodeAlign.
Alignment to use for the child rectangle.
Rectangle denoting available space (parent).
Size of the rectangle to place (child).
position = Position assigned to the child rectangle.
See Implementation
Place a rectangle inside another based on its specified alignment. This function considers NodeAlign.fill to be equivalent to NodeAlign.start.
This function may commonly be used with Layout.nodeAlign.