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 |
Tags
- textfield
- 앱
- viewmodel
- textview
- appbar
- Flutter
- Kotlin
- Coroutines
- data
- livedata
- activity
- TEST
- DART
- binding
- scroll
- drift
- CustomScrollView
- android
- Dialog
- ScrollView
- 안드로이드
- 테스트
- Navigation
- 앱바
- 계측
- Button
- intent
- Compose
- tabbar
- LifeCycle
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