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
-
hideDialog<T>(BuildContext context, [T? result])
→ void
-
used to hide the last shown dialog
-
showActionDialog(BuildContext context, {String? title, String? subTitle, required String yesText, Color? yesColor, String? cancelText, Color? cancelColor, String? noText, Color? noColor, IconData? icon, Color? iconColor})
→ Future<bool?>
-
-
showAlertDialog(BuildContext context, {required AlertType alertType, String? title, String? subTitle, required String okText, Color? okColor, String? cancelText, Color? cancelColor})
→ Future<bool>
-
-
showCustomDialog<T>(BuildContext context, Widget dialogView, {bool dismisable = false, double maxWidth = 400})
→ Future<T?>
-
-
showOptionsDialog(BuildContext context, {String? title, String? subTitle, IconData? icon, Color? iconColor, Color? optionsColor, required List<String> options})
→ Future<int?>
-