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
- tft api dart
- valorant api dart
- keychain error
- dart new 키워드
- generate parentheses dart
- 파이썬 부동소수점
- 파이썬
- 롤토체스 api dart
- swift 동시성
- flutter android 폴더
- dart.dev
- flutter bloc
- flutter widget
- dart
- flutter
- widget
- 발로란트 api dart
- lol api dart
- dart new
- AnimationController
- flutter statefulwidget
- Architectural overview
- flutter ios 폴더
- leetcode dart
- 롤 api dart
- swift concurrency
- riot api dart
- docker overview
- PlatformException(sign_in_failed
- com.google.GIDSignIn
Archives
- Today
- Total
목록flutter element (1)
Coaspe
Flutter - Element
Element는 트리의 특정 위치에 있는 인스턴스화된 Widget 입니다. 위젯은 서브트리를 어떻게 구성할지를 묘사하지만, 위젯은 불변하기 때문에 다수의 서브트리를 동시에 구성하기 위해서 동일한 위젯들이 사용 될 수 있습니다. Element는 위젯을 사용하여 트리에서 특정 위치를 구성하는 것을 나타냅니다. 예를 들어 상위 위젯이 재구성되고 이 위치에 대한 새 위젯을 만드는 경우 지정된 element와 연관된 위젯이 시간이 지남에 따라 변경될 수 있습니다. Elements는 트리를 형성합니다. 대부분의 elements들은 고유한 자식이 있지만, 몇몇 위젯들은 다수의 자식을 가집니다.(e.g. RenderObjectElement의 서브클래스들) Element는 다음과 같은 생명주기를 가집니다. 프레임워크가 ..
Flutter/API
2023. 2. 17. 13:57