VxDialog mixin
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
Static Methods
-
showAlert(BuildContext context, {String? title, dynamic content, dynamic confirm = 'OK', Color? confirmBgColor, Color? confirmTextColor, bool showClose = false, VoidCallback? onPressed, bool barrierDismissible = true})
→ void
-
-
showConfirmation(BuildContext context, {String? title, bool showClose = false, dynamic content, dynamic cancel = 'Cancel', dynamic confirm = 'Confirm', Color? cancelBgColor, Color? confirmBgColor, Color? cancelTextColor, Color? confirmTextColor, VoidCallback? onCancelPress, VoidCallback? onConfirmPress, bool barrierDismissible = true})
→ void
-
-
showCustom(BuildContext context, {required Widget child, bool barrierDismissible = true})
→ void
-
-
showTicker(BuildContext context, {String? title, bool showClose = false, dynamic content, dynamic confirm = 'Confirm', int secondsToAction = 3, Color? confirmBgColor, Color? confirmTextColor, VoidCallback? onConfirmPress, bool barrierDismissible = true})
→ void
-