CustomShowDialog class
Constructors
- CustomShowDialog({required BuildContext context, required Widget builder(), bool barrierDismissible = false, Offset? anchorOffset, Color? barrierColor, String? barrierLabel, RouteSettings? routeSettings, bool useSafeArea = true, bool? maintainState, TraversalEdgeBehavior? traversalEdgeBehavior})
Properties
- anchorOffset → Offset?
-
final
- barrierColor → Color?
-
final
- barrierDismissible → bool
-
final
- barrierLabel → String?
-
final
- builder → Widget Function()
-
final
- context → BuildContext
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maintainState → bool?
-
final
- routeSettings → RouteSettings?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- traversalEdgeBehavior → TraversalEdgeBehavior?
-
final
-
final
- useSafeArea → bool
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
show<
T> () → Future< T?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited