ExAlert 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

confirm({String svgAssetDir = 'assets/images/ic_dialog_warning.svg', bool showAsset = true, String title = '', double titleTextSize = 18, TextAlign titleTextAlign = TextAlign.left, Color titleTextColor = Colors.black, String message = '', double messageTextSize = 14, TextAlign messageTextAlign = TextAlign.left, Color messageTextColor = const Color(0xff596066), bool isDismissible = false, String btnNoText = 'No', dynamic onNo()?, String btnYesText = 'Yes', dynamic onYes()?, bool isWarningMode = false, Color? barrierColor = Colors.black54, double cornerRadius = 4.0, Widget? additional}) → void
-- example implementation --
error({String svgAssetDir = 'assets/images/ic_dialog_warning.svg', bool showAsset = true, String title = 'Failed', double titleTextSize = 18, TextAlign titleTextAlign = TextAlign.left, Color titleTextColor = Colors.black, String message = '', double messageTextSize = 14, TextAlign messageTextAlign = TextAlign.left, Color messageTextColor = const Color(0xff596066), bool isDismissible = false, String btnYesText = 'Close', Color? barrierColor = Colors.black54, double cornerRadius = 4.0, dynamic onYes()?, Widget? additional}) → void
-- example implementation --
success({String svgAssetDir = 'assets/images/ic_dialog_success.svg', bool showAsset = true, String title = 'Success', double titleTextSize = 18, TextAlign titleTextAlign = TextAlign.left, Color titleTextColor = Colors.black, String message = '', double messageTextSize = 14, TextAlign messageTextAlign = TextAlign.left, Color messageTextColor = const Color(0xff596066), bool isDismissible = false, String btnOkText = 'Close', Color? barrierColor = Colors.black54, double cornerRadius = 4.0, Widget? additional, dynamic onYes()?}) → void
-- example implementation --