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 |
Tags
- dart new
- PlatformException(sign_in_failed
- Architectural overview
- swift 동시성
- generate parentheses dart
- 파이썬 부동소수점
- flutter android 폴더
- tft api dart
- keychain error
- AnimationController
- flutter statefulwidget
- riot api dart
- widget
- leetcode dart
- flutter bloc
- swift concurrency
- 롤토체스 api dart
- flutter ios 폴더
- docker overview
- dart.dev
- 롤 api dart
- flutter
- dart new 키워드
- com.google.GIDSignIn
- 발로란트 api dart
- dart
- lol api dart
- flutter widget
- valorant api dart
- 파이썬
Archives
- Today
- Total
목록FloatingActionButton (1)
Coaspe
Flutter - FloatingActionButton
Material design의 floating action button 입니다. floating action button은 어플리케이션의 주된 액션을 실행 할 수 있게 컨텐츠들 위에 떠 있는 동그란 아이콘 버튼 입니다. Floating action button은 보통 Scaffold.floatingActionButton 필드에 사용됩니다. 스크린당 적어도 한 개의 floating action button을 사용하세요. Floating action button은 생성, 공유, 이동 같은 긍정적인 액션에 사용되는 편이 좋습니다.(만약 Route에 한 개 이상의 floating action button이 사용되면, 각각의 버튼이 고유한 heroTag 값을 가지도록 하세요. 그렇지 않으면, 예외가 발생할 것 입..
Flutter/API
2023. 2. 17. 13:56