DialogUtils class

Constructors

DialogUtils({bool? useSafeArea, Color? barrierColor, bool? dismissable, Widget? child, DialogTransitionType? dialogTransitionType, RouteSettings? routeSettings, Duration? transitionDuration, bool? useRootNavigator})

Properties

barrierColor Color?
final
child Widget?
final
dialogTransitionType DialogTransitionType?
final
dismissable bool?
final
hashCode int
The hash code for this object.
no setterinherited
routeSettings RouteSettings?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transitionDuration Duration?
Set it null to start the animation with default duration
final
useRootNavigator bool?
final
useSafeArea bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show<T>(BuildContext context) Future<T?>
Show dialog directly
toString() String
A string representation of this object.
inherited

Operators

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