DialogTracker<T> class

Tracks the open/close animation of a dialog, allowing callers to open a dialog and get notified when the dialog fully closes (closing animation completes) rather than simply when the modal route is popped (closing animation starts)

Annotations

Constructors

DialogTracker()

Properties

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
open({required BuildContext context, bool barrierDismissible = true, String barrierLabel = 'Dismiss', Color barrierColor = const Color(0x80000000), required Widget child}) Future<T?>
toString() String
A string representation of this object.
inherited

Operators

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