DialogCom class

Constructors

DialogCom()

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

dialogLoading(BuildContext context, {bool? isTicket = false, String? content}) → dynamic
dialogMessage(BuildContext context, {Widget? title, Widget? content, Widget? action2, EdgeInsetsGeometry? edgeInsetsGeometry}) → dynamic
errorMsg(BuildContext context, String error, {String? animtaion}) Future<Widget>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
successMsg(BuildContext context, String msg, {String? animtaion}) Future<Widget>
toString() String
A string representation of this object.
inherited

Operators

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