DialogUtils class

Constructors

DialogUtils({required Widget child, bool? useSafeArea, Color? barrierColor, bool? dismissable, 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?
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
Show dialog directly
toString() String
A string representation of this object.
inherited

Operators

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