PipenModalCreator<T> class
Constructors
-
PipenModalCreator({required Widget page, required ModalRouteTheme theme, required TypeSafeModalRoute route, required Completer<
T?> completer})
Properties
-
completer
→ Completer<
T?> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- page → Widget
-
final
- route → TypeSafeModalRoute
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- theme → ModalRouteTheme
-
final
Methods
-
complete(
BuildContext context) → void - Open modal and complete operation
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
BuildContext context) → Future< T?> - Open modal and return result
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited