Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 2.06 KB

File metadata and controls

61 lines (44 loc) · 2.06 KB

Using Stack and FractionallySizedBox

Did you know?

Flutter offers many ways to create custom layouts that can’t be expressed with Row and Column. 👍

For example, here's how to overlay multiple widgets inside a Stack and constrain their size and position with Positioned and FractionallySizedBox. 👇


Bonus Challenge

Try to implement a chess board layout using Stack and FractionallySizedBox by completing this challenge:


Previous Next
The ListWheelScrollView Widget Move Declaration to File (VSCode assist)