PageBack class Null safety
A Flutter Driver finder that finds the back button on the page's Material or Cupertino scaffold.
See also:
- WidgetTester.pageBack, for a similar functionality in widget tests.
- Inheritance
- Object
- SerializableFinder
- PageBack
Constructors
Properties
- finderType → String
-
Identifies the type of finder to be used by the driver extension.
read-only, override
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
serialize(
) → Map< String, String> -
Serializes common fields to JSON. [...]
@mustCallSuper, inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited