Render Objects

RenderObject’s can be defined as “Objects” that render and manipulate layouts, sizes and draw the UI, providing the actual application rendering. They clean up some resources when dispose method is called, therefore it must be disposed by creator when is no longer used.

Visit the following resources to learn more: