Dialogs class

Constructors

Dialogs()

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

showCustomDialog({BuildContext? context, dynamic dismissOnTap = false, required Widget body, Widget? closeBtn, Duration? animationTime}) → dynamic
showNativeDialog({BuildContext? context, String title = 'Info', Material? body, String message = 'Action cannot be undo.', String okBtn = 'OK', String? cancelBtn, Color? okButtonTextColor, Color? cancelButtonTextColor, TextStyle? okButtonTextStyle, TextStyle? cancelButtonTextStyle, Widget? okButton, Widget? cancelButton, List<Widget>? buttonList, bool isDismissible = true}) Future
showOverlayLoadingDialog({BuildContext? context, dynamic dismissOnTap = false, Duration? animationTime}) → dynamic