toggle_global_overlay constant

TestableGestureAction const toggle_global_overlay

Action that will result in the global (all Testable) overlay being turned on or off. This can be useful when a user knows where a single Testable may exist but said user may want to see indicators for all Testable widgets within a page / application.

Implementation

static const TestableGestureAction toggle_global_overlay =
    TestableGestureAction._('toggle_global_overlay');