showSemanticsDebugger property

bool get showSemanticsDebugger

Whether to show semantics debugger for accessibility testing.

Highlights semantic information for screen readers and other assistive technologies. Should typically only be enabled in debug builds.

Implementation

bool get showSemanticsDebugger => false;