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