CustomOverlay class

Constructors

CustomOverlay.new({int maxCount = 999})
CustomOverlay.single()

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

cancel<T extends Object?>(String key, [T? result, bool withAnime = true]) bool
cancelAll([bool withAnime = true]) → void
insert<T>(BuildContext context, {required AnimatedTransitionBuilder builder, String? key, Widget? child, bool opaque = false, bool replace = true, Color? barrierColor, bool dismissible = false, bool interceptPop = true, VoidCallback? onOutsideTap, bool maintainState = false, bool canSizeOverlay = false, Duration? animationDuration, CustomOverlayToken<T>? token, AlignmentGeometry alignment = Alignment.center}) Future<T?>
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