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
- Dialog
- Kotlin
- textview
- 앱바
- Compose
- drift
- android
- scroll
- tabbar
- 앱
- Navigation
- 계측
- viewmodel
- CustomScrollView
- activity
- textfield
- Button
- 안드로이드
- Coroutines
- DART
- appbar
- LifeCycle
- livedata
- data
- binding
- ScrollView
- TEST
- 테스트
- Flutter
- intent
Archives
- Today
- Total
목록silderThemeData (1)
Study Record
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/qoJ2C/btrX7Za8NXA/JKsKL7oQChNFEgUlLsT78k/img.png)
✍ Slider Widget 사용자가 인디케이터를 움직임으로써 값을 설정할 수 있는 위젯이다. import 'package:flutterd/material.art'; Slider({ Key? key, required double value, required void Function(double)? onChanged, void Function(double)? onChangeStart, void Function(double)? onChangeEnd, double min = 0.0, double max = 1.0, int? divisions, String? label, Color? activeColor, Color? inactiveColor, Color? thumbColor, MouseCursor? mouse..
Flutter/widget
2023. 2. 5. 19:28