Add render objects docs (#3192)

pull/3077/head^2
Marcus Vinicius Gomes 2 years ago committed by GitHub
parent 0cd34240b7
commit 87ed84fa45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      content/roadmaps/117-flutter/content/116-flutter-internals/100-render-objects.md

@ -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…
Cancel
Save