๐STUDY/๐ซDart&Flutter
[flutter] widget 1 : ํ๋ฉด ๋ฐฐ์น๋ฅผ ์ํ ๋ ์ด์์
์์ ฏ ์ค ํ๋ฉด์ ๊ตฌ์ฑํ๋ ๋ ์ด์์์ ๋ง๋๋ ๊ธฐ๋ณธ ์์ ฏ๋ค์ธ container, column, row 1. Container ํ๋์ ์์์ ๊ฐ์ง๋ ๋ ์ด์์ ์์ ฏ. ์๋ฌด๊ฒ๋ ์๋ค. Container({ Key key, this.alignment, this.padding, Color color, Decoration decoration, this.foregroundDecoration, double width, double height, BoxConstraints constraints, this.margin, this.transform, this.child, }) ์์ ๊ฐ์ ๋ค์ํ ์์ฑ์ ๊ฐ์ ธ ๋ค์ํ ์์ฉ์ด ๊ฐ๋ฅํ๋ค. child๋ฅผ ์ด์ฉํด ๋ ๋ค๋ฅธ ์์ ฏ์ ์์์ผ๋ก ๊ฐ์ง ์ ์๋ค. padding์ด๋ margin ๋ถ๋ถ์..
2021. 2. 7.