Since both are used to add spacing to our screen how do we decide when to use either of them .
Asked
Active
Viewed 616 times
1 Answers
3

Jahidul Islam
- 11,435
- 3
- 17
- 38
-
So SizedBox can be used to add a space between my say appBar and some other widget like column or container ? – SoloRockstar Aug 13 '21 at 05:03
-
1Definitely, you can do it.And you also you can used any kind of widget inside sizedBox with fixed height and width. – Jahidul Islam Aug 13 '21 at 05:07