RenderObjectData constructor
Creates the data for a RenderObject.
Does not populate children. Use capture to create a fully populated RenderObjectData from a RenderObject.
Implementation
RenderObjectData({
required this.type,
required this.paintBounds,
});