Intermediate
Flutter
Q60 / 100
What does LayoutBuilder provide in Flutter?
Correct! Well done.
Incorrect.
The correct answer is B) A widget that provides the parent's constraints to the builder, enabling responsive layouts
B
Correct Answer
A widget that provides the parent's constraints to the builder, enabling responsive layouts
Explanation
LayoutBuilder provides the parent widget's constraints (maxWidth, maxHeight, etc.) to the builder function, allowing different UIs based on available space. This is the primary tool for building responsive Flutter layouts.
Progress
60/100