Dialogs class

Constructors

Dialogs.new()

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 Properties

contexts Set<BuildContext>
getter/setter pair
dialog bool
getter/setter pair

Static Methods

clearDialogs() → void
confirm(String txt, {String imgFile = ""}) Future<bool>
getIcon(String prompt, List<Icon> iconList) Future<int>
getItem(String prompt, List itemList, List<String> fieldList, String actionString, {double sizeFactor = 1}) Future
getString(String prompt, String defTxt) Future<String>
getValue(ValueDialog valueDialog) Future
getWidget(String prompt, List<Widget> widgetList, int axisCount, {bool showTime = false, int seconds = 0, Offset sizeFactor = const Offset(1, 1), Alignment alignment = Alignment.center, Color color = Colors.white, Color backgroundColor = Colors.black}) Future<Widget?>
showAnimationDialog(AnimationDialog dial, {Alignment alignment = Alignment.center}) Future<void>
showClickableDialog(Widget widget) Future<void>