ShowDialog class

Constructors

ShowDialog(BuildContext context)
factory

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
showDialogConfirm({required String title, required String content, Function? confirm, String titleAccept = 'Đồng ý'}) → void
showDialogNotification({required String title, required String content, Function? onClick}) → void
showErrorDialog({required String title, required String content, Function? onClick}) → void
showMenuDialog({dynamic child, bool barrierDismissible = true, double paddingChild = 8.0}) Future<void>
showSuccessDialog({required String title, required String content, Function? onClick}) → void
toString() String
A string representation of this object.
inherited

Operators

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