Draw a child node at the specified location inside of this node.
Before drawing a node, it must first be resized. This should be done ahead of time in resizeImpl. Use updateSize() to cause it to be called before the next draw call.
Child to draw.
Space to place the node in. The drawn node will be aligned inside the given box according to its layout field.
See Implementation
Draw a child node at the specified location inside of this node.
Before drawing a node, it must first be resized. This should be done ahead of time in resizeImpl. Use updateSize() to cause it to be called before the next draw call.