1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-21 09:42:29 +01:00

Add render objects docs (#3192)

This commit is contained in:
Marcus Vinicius Gomes 2023-01-04 11:22:24 -03:00 committed by GitHub
parent 0cd34240b7
commit 87ed84fa45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>