Flutter

Positioned widget 가운데 놓기

th_bigLight 2021. 7. 29. 14:17

Flutter version : 2.2.3(stable)

 

Flutter UI 개발 중 자주 쓰는 조합 중 하나인 Stack - Positioned 조합.

Stack 범위 내에서 상하, 좌우 가운데에 위젯이 위치하도록 하는 방법.

 

horizontal center -> left = 0, right = 0

vertical center = top = 0, bottom = 0

 

 

단순한 방법인데 개발 도중 뇌정지가 와서 까먹지 말라고 작성해둠,,