什麼是 InheritedWidget Posted on 2023-11-21 Edited on 2023-11-22 In widget InheritedWidget 他是一個特殊的 widget,用來從上而下的共享資料與狀態 簡單說就是讓他的子 widget 都能來取得共用的資料 或者是當相關依賴的資料產生變化的時候,能有效率的只更新部分 widget 必面過度渲染 簡單的範例如下方