Scaffold

์ฐธ๊ณ ์‚ฌ์ดํŠธ โˆ™ ์ฝ”๋”ฉ์• ํ”Œ์˜ flutter-basic-layout-design ๋‚ด๊ฐ€ ์ข‹์•„ํ•˜๋Š” ๊ฐœ๋ฐœ์ž ์œ ํŠœ๋ฒ„ ๐Ÿœ Scaffold ์šฐ๋ฆฌ๊ฐ€ ์“ฐ๋Š” ์•ฑ์˜ ๋””์ž์ธ์€ ํฌ๊ฒŒ ์ƒ๋‹จ, ์ค‘๋‹จ, ํ•˜๋‹จ๋ถ€๋กœ ์ด๋ฃจ์–ด์ ธ์žˆ๋‹ค. ์ด๊ฑธ ์‰ฝ๊ฒŒ ๊ตฌ์„ฑํ•˜๊ณ  ์‹ถ์œผ๋ฉด Scaffold() ์œ„์ ฏ์„ ์‚ฌ์šฉํ•˜๋ฉด ๋œ๋‹ค. ๐Ÿ‘ท๐Ÿป ๊ตฌ์กฐ MaterialApp( home: Scaffold( appBar: // ์ƒ๋‹จ์— ๋„ฃ์„ ์œ„์ ฏ, body:// ์ค‘๋‹จ์— ๋„ฃ์„ ์œ„์ ฏ, bottomNavigationBar:// ํ•˜๋‹จ์— ๋„ฃ์„ ์œ„์ ฏ, ) ); Scaffold() ์œ„์ ฏ์€ 3๊ฐœ์˜ ํŒŒ๋ผ๋ฏธํ„ฐ(appBar, body, bottomNavigationBar)๋ฅผ ํ†ตํ•ด ์ƒ/์ค‘/ํ•˜๋กœ ๋‚˜๋‰˜๊ฒŒ ํ•ด์ค€๋‹ค. appBar(์ƒ๋‹จ), bottomNavigationBar(ํ•˜๋‹จ)์€ ํ•„์ˆ˜๊ฐ€ ์•„๋‹ˆ๊ณ  body(์ค‘๋‹จ)์€ ํ•„์ˆ˜..
ma.caron_g
'Scaffold' ํƒœ๊ทธ์˜ ๊ธ€ ๋ชฉ๋ก