Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- flutter android 폴더
- dart new
- dart new 키워드
- leetcode dart
- 파이썬 부동소수점
- com.google.GIDSignIn
- 롤 api dart
- widget
- 발로란트 api dart
- PlatformException(sign_in_failed
- flutter widget
- dart.dev
- swift concurrency
- AnimationController
- 롤토체스 api dart
- generate parentheses dart
- 파이썬
- flutter statefulwidget
- swift 동시성
- riot api dart
- flutter
- valorant api dart
- flutter ios 폴더
- Architectural overview
- lol api dart
- flutter bloc
- docker overview
- keychain error
- dart
- tft api dart
Archives
- Today
- Total
목록Flutter InkWell (1)
Coaspe
Flutter/API - InkWell
터치에 반응하는 Material의 직사각형 영역을 의미합니다. 스플래쉬 애니메이션을 클립하지 않는 Inkwell의 이형을 사용하고 싶다면, InkResponse를 참고하세요. 다음 다이어그램은 디폴트값을 사용했을 때, InkWell이 탭되면 어떻게 반응하는지 보여줍니다. InkWell은 반드시 Material 위젯을 조상으로 가져야합니다. Material 위젯은 ink 반응이 실제로 페인트되는 곳입니다. This matches the Material Design premise wherein the Material is what is actually reacting to touches by spreading ink. 만약 위젯이 Inkwell 클래스를 바로으로 사용하면, 해당 위젯의 build 함수의 맨 ..
Flutter/API
2023. 2. 17. 14:00