일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Android
- 이모지
- 넷플릭스
- androidx
- Freesound
- 파이썬
- 이모지메모
- FSM
- 코틀린
- Linux
- 좋은글필사하기
- kotlin
- 공부집중
- Streaming
- Firebase
- jetpack compose
- 벤자민플랭클린
- 명심보감
- bash
- Flutter
- 오픈소스
- 소울칼리버6
- 1인개발자
- ASMR
- 공자명언
- 명언모음
- 장자명언
- recyclerview
- DART
- Coroutine
Archives
- Today
- Total
목록Visiblity widget (1)
Vintage appMaker의 Tech Blog
[Flutter] visibility 설정위젯 (visible, invisible, gone 효과)
Android에서는 View를 보임(visible), 안보임(invisible), 공간없이 안보임(gone)과 같은 값을 visibility 속성에 대입하여 모든 view에서 값에서 사용할 수 있다. 그러나 Flutter는 Visibility widget을 둘러쌓은 후 사용할 수 있다. Visibility class - widgets library - Dart API Whether to show or hide a child. By default, the visible property controls whether the child is included in the subtree or not; when it is not visible, the replacement child (typically a zero..
Source code or Tip/Flutter & Dart
2022. 6. 24. 17:14