TAlertService class
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
-
confirmArchive(BuildContext context, VoidCallback onConfirm, {String? name})
→ void
-
-
confirmDelete(BuildContext context, VoidCallback onConfirm, {String? name})
→ void
-
-
confirmRestore(BuildContext context, VoidCallback onConfirm, {String? name})
→ void
-
-
error(BuildContext context, String title, String message)
→ void
-
-
info(BuildContext context, String title, String message)
→ void
-
-
show(BuildContext context, {dynamic text, String? title, IconData? icon, Color? color, AlertButton? closeButton, AlertButton? confirmButton})
→ Future<void>
-
-
success(BuildContext context, String title, String message)
→ void
-
-
warning(BuildContext context, String title, String message)
→ void
-