MPDialogProvider class

Constructors

MPDialogProvider()

Properties

activeHUD OverlayEntry?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hideToast() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showActionSheet({required BuildContext context, required List items}) Future<int?>
showAlert({required BuildContext context, required String message}) Future
showConfirm({required BuildContext context, required String message}) Future<bool>
showPrompt({required BuildContext context, required String message, String? defaultValue}) Future<String?>
showToast({required BuildContext context, String? icon, String? title, Duration? duration, bool? mask}) → void
toString() String
A string representation of this object.
inherited

Operators

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