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 |
Tags
- Flutter
- Compose
- livedata
- textfield
- 안드로이드
- textview
- ScrollView
- 계측
- data
- intent
- TEST
- Dialog
- Navigation
- android
- Kotlin
- CustomScrollView
- 앱바
- 앱
- drift
- tabbar
- 테스트
- appbar
- activity
- Coroutines
- scroll
- Button
- LifeCycle
- viewmodel
- binding
- DART
Archives
- Today
- Total
목록alterdialog (1)
Study Record
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/begEZo/btrZK3i3bBI/KFaOOQzLJ7REE5FXVd67Y0/img.png)
✍ 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