AskDialog class abstract

using a SimpleDialog.

Constructors

AskDialog()

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

areYouSure(String title, String message, BuildContext context, {required bool? isDismissible}) Future<bool>
areYouSureQuitApp(BuildContext context) Future<bool>
areYouSureUpdateNotSaved(BuildContext context) Future<bool>
askBigQuantityDialog<A extends dynamic>(bool isStockOutput, A thisArticle, BuildContext context, {required num articleStockNow, num? articleQtInCart, bool isBasket = false}) Future<double>
askMinimumQuantityDialog(BuildContext context) Future<num>