Explore Library
FlashcardBeginner

Widget Tree and Composition

Flutter builds UIs by composing widgets into a tree rather than using inheritance.

Question

What is the widget tree and why does Flutter favor composition over inheritance?

Click to reveal answer