Add render objects docs (#3192)
parent
0cd34240b7
commit
87ed84fa45
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
||||
# Render objects |
||||
# 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. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://api.flutter.dev/flutter/rendering/RenderObject-class.html'>RenderObject documentation</BadgeLink> |
||||
|
Loading…
Reference in new issue