DialogUtils class

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 Properties

buildContext BuildContext
no setter

Static Methods

bottomSheet(Widget builder, {bool ignoreSafeArea = false, bool isScrollControlled = false, bool enableDrag = true, bool isDismissible = true, Color backgroundColor = Colors.transparent, Color barrierColor = Colors.transparent}) → dynamic
createDialog(Widget builder) → dynamic
hideLoading() → void
isDialogOpen() bool
progressLoading({bool dismiss = false}) → void
showAlert({String? title, required String message, List<Widget>? actions, Widget? content, bool? barrierDismissible, required DialogStyle dialogStyle}) → void
showButtonAlert({required List<Widget> actions}) → void
showFeatureUnavailable() → void
showLoading({String? message, bool dismiss = false, required DialogStyle dialogStyle}) → void
showVerticalButtonAlert({required List<Widget> actions}) → void