일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 좋은글필사하기
- 이모지
- Streaming
- 넷플릭스
- Freesound
- 1인개발자
- kotlin
- 장자명언
- 소울칼리버6
- 공부집중
- jetpack compose
- Linux
- recyclerview
- 이모지메모
- androidx
- Firebase
- 코틀린
- Flutter
- 명언모음
- ASMR
- FSM
- 파이썬
- Coroutine
- 공자명언
- Android
- 명심보감
- 벤자민플랭클린
- DART
- 오픈소스
- bash
Archives
- Today
- Total
목록Visiblity widget (1)
Vintage appMaker의 Tech Blog
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cONOXy/btrFFPxskwq/TPl3VopkRkkXROmdebb2m0/img.png)
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