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
Flutter builds UIs by composing widgets into a tree rather than using inheritance.
What is the widget tree and why does Flutter favor composition over inheritance?