TestableGestureAction class

Built-in actions that are available to be set either by-default or by-widget on Testable widgets.

Annotations
  • @immutable

Properties

code String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

open_test_actions_dialog → const TestableGestureAction
Action that will result in the simplified test step dialog being displayed to the end user.
open_test_actions_page → const TestableGestureAction
Action that will result in the full test step page being displayed to the end user.
toggle_global_overlay → const TestableGestureAction
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.
toggle_overlay → const TestableGestureAction
Action that will result in the individual overlay for a single Testable will be activated or deactivated.