Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Dialog
- textfield
- DART
- scroll
- LifeCycle
- textview
- appbar
- ScrollView
- binding
- 테스트
- TEST
- 앱
- CustomScrollView
- Flutter
- 안드로이드
- Navigation
- Kotlin
- data
- intent
- Button
- tabbar
- Compose
- android
- 계측
- viewmodel
- activity
- Coroutines
- livedata
- drift
- 앱바
Archives
- Today
- Total
목록ShowDialog (1)
Study Record

✍ AlterDialog Material Design의 AlterDialog이다. ShowDialog()로 AlterDialog를 띄울 수 있다. 제목(title)과 내용(content), 하단 버튼(actions)을 만들 수 있다. showDialog( context: context, builder: (context) { return AlertDialog( title: const Text("AlertDialog", style: TextStyle(color: Colors.red)), content: Text("다이얼로그 테스트 입니다.", style: TextStyle(color: Colors.black)), actions: [ TextButton( onPressed: () {Navigator.of(co..
Flutter/widget
2023. 2. 18. 18:15