NkDialogs class

Constructors

NkDialogs()

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

hideLoading(BuildContext context) → dynamic
Hides a dialog box shown earlier.
showAlertDialog(BuildContext context, {required NkAlertDialogPrefs prefs}) → dynamic
Show a dialog with title prefs.title, message prefs.message, and someone other things.
showLoading(BuildContext context, {NkDialogPrefs? prefs}) → dynamic
Show a dialog with content in prefs.children.
showWidgetDialog(BuildContext context, {required Widget child}) → dynamic
Show a dialog with content in child.