Notice
Recent Posts
Recent Comments
Link
ยซ   2024/05   ยป
์ผ ์›” ํ™” ์ˆ˜ ๋ชฉ ๊ธˆ ํ† 
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Archives
Today
Total
๊ด€๋ฆฌ ๋ฉ”๋‰ด

๋ชฉ๋กTextButton (1)

lgvv98

[flutter] 27๊ฐ•(ํŒจ์น˜๊ฐ•์ขŒ) | ํ”Œ๋Ÿฌํ„ฐ 2.0 ๋ฒ„ํŠผ

โœ… ์ด๋ฒˆ ์‹œ๊ฐ„์—๋Š” ๋ฒ„ํŠผ์— ๋Œ€ํ•ด์„œ ์•Œ์•„๋ณผ ์˜ˆ์ •์ด์•ผ. ํŒจ์น˜๊ฐ•์ขŒ๊ฐ€ 1,2๋กœ ์—ฐ์†ํ•ด์„œ ์žˆ์–ด์„œ 18๊ฐ• ์ดํ›„์— ๋“ค์œผ๋ฉด ์ข‹์•„ RaisedButton -> ElevatedButton FlatButton -> TextButton OutlineButton -> OutlinedButton ๊ฐ•์˜๊ฐ€ ๊ธธ์—ˆ์ง€๋งŒ ์ „์ฒด์ ์œผ๋กœ ์–ด๋ ค์šด๊ฑด ์—†์—ˆ์–ด. ๐Ÿ”ธ์ฃผ์š” ํŠน์ด์ ๐Ÿ”ธ - TextButton์—์„œ background์†์„ฑ์ด ์กด์žฌํ•˜์ง€๋งŒ ๋‹ค๋ฅธ ๋ฒ„ํŠผ์—๋Š” ๋ฐฑ๊ทธ๋ผ์šด๋“œ๊ฐ€ ์—†์–ด์„œ styleForm์•ˆ์—์„œ color๋ฅผ ์‚ฌ์šฉํ•ด์„œ ๋ฐฑ๊ทธ๋ผ์šด๋“œ๋ฅผ ์„ค์ •ํ•ด์•ผ ํ•œ๋‹ค. โœ… ์ฝ”๋“œ๋ฆฌ๋ทฐ ๋ฐ ์ดํ•ด import 'package:flutter/material.dart'; // ๋ฐ์Šคํฌํƒ‘, ์•ฑ ๋“ฑ์— ๊ณ ๋ฃจ UI๋ฅผ ์ ์šฉํ•  ์ˆ˜ ์žˆ๊ฒŒ ํ•ด์ฃผ๋Š” ๊ตฌ๊ธ€์ด ์ œ๊ณตํ•ด์ฃผ๋Š” ํŒจํ‚ค void main() => runA..