728x90
반응형
. 위젯은 of 메서드를 이용해 트리의 상위에 위치한 InheritedWidget의 참조를 얻는다.
. of 메서드는 트리를 탐색하여 가장 가까운 InheritedWidget 형식을 가진 부모를 찾아 반환한다.
. 대부분 InheritedWidget 자체에 of 메서드를 정의함
. 파라메터로 전달된 BuildContext로 BuildContext.inheritedFromWidgetOfExactType 메서드를 호출
. inheritedFromWidgetOfExactType은 실제 트리를 검색하는 메서드 -> BuildContext로 부모 위젯에 접근
.inheritedFromWidgetOfExactType은 정적(Static)메서드 -> 어디에서나 호출 가능
728x90
반응형
'프로그래밍 > Flutter & Dart' 카테고리의 다른 글
[Flutter] Stream Controller (0) | 2023.01.13 |
---|---|
[Flutter] for와 forEach (0) | 2023.01.05 |
[Flutter] Cascade Operator (0) | 2023.01.05 |
[Flutter] Future Builder (1) | 2023.01.05 |
[Flutter] 보이지 않는 위젯(layout widget) (0) | 2022.12.31 |
댓글