DialogGeneralFramework class
UncompleteDocumentation
Constructors
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
show<
T> ({required BuildContext context, required bool isWithBlur, required StatefulWidgetBuilder builder, bool isCanShowSnackBar = false, ImageFilter? blurFilter, BlendMode blurBlendMode = BlendMode.srcOver, bool barrierDismissible = true, Color? barrierColor, String? barrierLabel, bool useSafeArea = true, RouteSettings? routeSettings, Offset? anchorPoint, TraversalEdgeBehavior? traversalEdgeBehavior, ShapeBorderBuilderGeneralFrameworkWidget? dialogShapeBuilder}) → Future< T?> - UncompleteDocumentation
-
showBuilder<
T> ({required BuildContext context, required WidgetBuilder builder, required bool barrierDismissible, required Color? barrierColor, required String? barrierLabel, required bool useSafeArea, required RouteSettings? routeSettings, required Offset? anchorPoint, required TraversalEdgeBehavior? traversalEdgeBehavior}) → Future< T?> - UncompleteDocumentation