Demystify flutter constraints rules: Parent sets position (Part 3)

1 · Burhanuddin Rashid · Sept. 18, 2021, 5:44 a.m.
In the previous article, we learn that flutter constraints follow this simple rule. Constraints go down. Sizes go up. Parent sets position. This is my attempt to explain how the flutter constraints work and how we can use them in our day-to-day flutter development. The series is divided into three articles based on the above rule, explaining each rule with examples, common errors, and its solutions. This article focuses on the third rule “Parents sets position”. So Let’s get started. What does “...