mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This change adds inspect data to the a11y bridge, which can be requested via the command line. Inspect nodes are lazy computed, meaning that they are only processed when invoked, so no extra space is used during normal use. Bug: fxbug.dev/75100 Test: AccessibilityBridgeTest.InspectData