์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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 |
- FloatingActionButton
- Webflow
- slider
- switch
- list
- figma
- image
- PushNamed
- navigator
- scaffoldmessenger
- AlertDialog
- flutter
- InputDecoration
- Scaffold
- Routing
- button
- sizedbox
- GestureDetector
- drawer
- textField
- vscode
- icon
- ElevatedButton
- TextEditingController
- stateful
- dart
- ontap
- POP
- Snackbar
- AppBar
- Today
- Total
๋ชฉ๋กicon (3)
์ฌ๋ฐ๋๊ฑฐ๐

์ด๋ฒ ํฌ์คํ ์ FloatingActionButton์ ๋ฉ๋ชจํ๋ ค ํ๋ค. 2023.05.08 - [๊ฐ๋ฐํ๊ธฐ] - Flutter_14. Model, Class, List, Card, floatingActionButton Flutter_14. Model, Class, List, Card, floatingActionButton ์ค๋์ ์ ์ ๋ง๋ค๋ ์ฝ๋์ ์นด๋ ๋ฆฌ์คํธ ํ์ด์ง๋ฅผ ์ถ๊ฐํด๋ณด๋ คํ๋ค. ๐ฟ ์ฒดํฌ ํญ๋ชฉ 1) home.dart์์ appBar IconButton์ ํด๋ฆญํ๋ฉด, ์นด๋ ๋ฆฌ์คํธ ํ์ด์ง๋ก ์ด๋ํ๋ค. 2) ์นด๋ ๋ฆฌ์คํธ ํ์ด์ง๋ฅผ ๊ตฌํํ๋ค. 3) uraon.tistory.com https://api.flutter.dev/flutter/material/FloatingActionButton-class.html Fl..

1. Aaply https://aaply.app/ Aaply — Mobile app design tool Tool that helps teams design mobile apps aaply.app 2. Spline https://spline.design/ Spline - Design tool for 3D web browser experiences Spline is a free, real-time collaborative 3D design tool to create interactive experiences within the browser. Easy 3d animations, models, textures, and more. spline.design 3. jitter.video https://jitter..

๋ค์ํ ๋ฒํผ์ ์ฌ์ฉํ ์ ์๋ค. ๊ฐ์ฅ ๊ธฐ๋ณธ์ ์ธ TextButton์ ์ ๋ ฅํ๋ฉด ๋ค์๊ณผ ๊ฐ์ด ์ถ๋ ฅ๋๋ค. ์ฝ๊ฒ ์๊ฐํ๋ฉด, onPressed๋ ๋ฒํผ ํด๋ฆญ ์ ์ถ๋ ฅ๋๋ ์ด๋ฒคํธ๊ฐ ์ ์๋๋ ๋ถ๋ถ์ด๊ณ , child๋ ๋ฒํผ๋ช ์ ๋ฃ๋๋ค๊ณ ์๊ฐํ๋ฉด ๋๋ค. #์คํ์ผ : styleFrom()์ ์ฌ์ฉํ์ฌ ์คํ์ผ ์ค์ ๊ฐ๋ฅ style: TextButton.styleFrom() #๋ณ๋ Function์ ๋ง๋ค์ด์ ๋ฒํผ ํด๋ฆญ ์ด๋ฒคํธ ๊ตฌํ ๊ฐ๋ฅ // -- Function ---- longClickAction() { String action = "long clicked"; print('text button is $action.'); } TextButton TextButton( style: TextButton.styleFrom(foregrou..