mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
 Fixes https://github.com/flutter/devtools/issues/6014 Change the forceRebuild behaviour of the WidgetInspector to use ValueListenableBuilders instead. This should help resolve heavy rebuilds when the widgetInspectorOverride value changes.