OnPressedBehavior enum
Values
- close → const OnPressedBehavior
-
When pressed outside the dialog widget tutorial will terminate
- next → const OnPressedBehavior
-
When pressed outside the dialog widget tutorial will skip to next index
- none → const OnPressedBehavior
-
When pressed outside the dialog widget tutorial no action will be taken
Properties
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
-
values
→ const List<
OnPressedBehavior> - A constant List of the values in this enum, in order of their declaration.