Dialogs class

Constructors

Dialogs()

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 Methods

dialogOkBody(String title, BuildContext context, {dynamic onYesTap()?, String? buttonText, bool? dismissible, TextAlign textAlign = TextAlign.center}) → dynamic
showDialogOk(String title, BuildContext context, {dynamic onYesTap()?, String? buttonText, bool? dismissible, TextAlign textAlign = TextAlign.center}) Future
showDialogYesOrNot({required BuildContext context, Widget? content, required dynamic onYesTap(), dynamic onNoTap()?, bool? yesCanPop = true, bool? noCanPop = true, String? title, bool? dismissible, String? positiveText, String? negativeText, Widget? titleIcon}) → void
showSimpleDialog({required BuildContext context, Widget? content, Widget? title, double? radius, Color? color}) Future