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

adaptive({bool? isDismissible, Widget? icon, Widget? title, Widget? content, List<Widget>? actions, double? radius, double? padding}) → void
confirm({Widget? icon, Color? color, double radius = 16, String? title, TextStyle? titleStyle, double titleTextSize = 18, TextAlign titleTextAlign = TextAlign.center, Color? titleTextColor, String? message, TextStyle? messageStyle, double messageTextSize = 14, TextAlign messageTextAlign = TextAlign.center, Color? messageTextColor, bool isDismissible = true, String btnYesText = 'Yes', String btnNoText = 'No', dynamic onYes()?, dynamic onNo()?}) → void
custom({String? title, Widget? content, List<Widget>? actions, double? padding}) → void
error({Widget? icon, String? title, TextStyle? titleStyle, double titleTextSize = 18, TextAlign titleTextAlign = TextAlign.center, Color? titleTextColor, String? message, TextStyle? messageStyle, double messageTextSize = 14, TextAlign messageTextAlign = TextAlign.center, Color? messageTextColor, bool isDismissible = true, String btnYesText = 'Close', Color color = const Color(0xFFEB373E), double radius = 16, dynamic onYes()?}) → void
success({Widget? icon, String? title, TextStyle? titleStyle, double titleTextSize = 18, TextAlign titleTextAlign = TextAlign.center, Color? titleTextColor, String? message, TextStyle? messageStyle, double messageTextSize = 14, TextAlign messageTextAlign = TextAlign.center, Color? messageTextColor, bool isDismissible = true, String btnYesText = 'Close', Color color = const Color(0xFF229C80), double radius = 16, dynamic onYes()?}) → void
-- example implementation --