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 |
Tags
- 햄스터케이지
- 플러터 튜토리얼 플러그인
- Riverpod
- Indexed Stack
- 플러터
- 영화리뷰
- 햄스터 계란
- 골든햄스터
- 햄스터 사막모래
- 플러터 2.8
- gorouter
- VariableFont
- Class Modifier
- Json Serializable
- 뒤로가기 버튼
- 햄쨩
- flutter tutorial
- Flutter code generator
- Flutter
- 네이티브 VS 크로스플랫폼
- flutter 2.8
- opentype-font
- Flutter Freezed
- 햄스터
- Flutter Json
- 햄쨩일기
- Flutter variablefont
- Flutter textstyle
- flutter tutorial coach mark
- 햄스터사육장
Archives
- Today
- Total
목록buildcontext (1)
통조림
Flutter - Build Context
플러터 document에 적혀진 Build Context 정보를 보면 "A handle to the location of widget in the widget tree" 위젯 트리에서 현재 위젯의 위치를 알 수 있는 정보. 트리 구조상에서 위젯의 현 위치를 파악할 수 있도록 돕는 정보가 context안에 담겨져 있다. "Each widgets has its own BuildContext, which becomes the parent of the widget returned by the StatelessWidget. build or State.build function." 이 BuildContext는 stateless위젯이나 state빌드 메서드에 의해서 리턴된 위젯의 부모가 된다. >>부모의 컨텍스트를 ..
Software/Flutter
2021. 6. 29. 00:24