[Flutter] 13. StoreApp (12) SizedBox

서회정's avatar
May 22, 2025
[Flutter] 13. StoreApp (12) SizedBox
💡
SizedBox는 margin 값을 줄 수 있는 위젯이다.
width와 height 속성을 가지고있다.
notion image

소스코드

Expanded(child: Placeholder()), SizedBox(height: 8), Expanded(child: Placeholder())
notion image
Share article

clubnerdy