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

Operators

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

Static Methods

showAlert(BuildContext context, {String? title, dynamic content, dynamic confirm = 'OK', Color? confirmBgColor, Color? actionTextColor, 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 action = 'Confirm', int secondsToAction = 3, Color? actionBgColor, Color? actionTextColor, VoidCallback? onActionPress, bool barrierDismissible = true}) → void