SweetAlert class abstract

Constructors

SweetAlert.new()

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 Properties

cancel Color
getter/setter pair
cancelText String
getter/setter pair
confirmText String
getter/setter pair
danger Color
getter/setter pair
showCurve Curve
getter/setter pair
success Color
getter/setter pair
successText String
getter/setter pair

Static Methods

show(BuildContext context, {Curve? curve, String? title, String? subtitle, bool showCancelButton = false, SweetAlertOnPress? onPress, Color? cancelButtonColor, Color? confirmButtonColor, String? cancelButtonText, String? confirmButtonText, SweetAlertStyle? style}) → void