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
- 발로란트 api dart
- generate parentheses dart
- flutter android 폴더
- 롤토체스 api dart
- flutter
- widget
- 파이썬
- keychain error
- flutter bloc
- leetcode dart
- com.google.GIDSignIn
- tft api dart
- dart new
- swift 동시성
- dart.dev
- lol api dart
- PlatformException(sign_in_failed
- valorant api dart
- flutter widget
- AnimationController
- riot api dart
- dart
- flutter statefulwidget
- Architectural overview
- swift concurrency
- dart new 키워드
- 롤 api dart
- flutter ios 폴더
- docker overview
- 파이썬 부동소수점
Archives
- Today
- Total
목록Flutter InkWell (1)
aspe

터치에 반응하는 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