MonaDialogWidgetImpl class

Constructors

MonaDialogWidgetImpl(MonaStyle _style)

Properties

dialogHelper ↔ DialogStateHelper
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ackNackDialog(AppModel app, BuildContext context, {Key? key, bool? includeHeading, required String title, required String message, required OnSelection onSelection, String? ackButtonLabel, String? nackButtonLabel, double? widthFraction}) Widget
override
complexAckNackDialog(AppModel app, BuildContext context, {bool? includeHeading, Key? key, required String title, required Widget child, required OnSelection onSelection, String? ackButtonLabel, String? nackButtonLabel, double? widthFraction}) Widget
override
complexDialog(AppModel app, BuildContext context, {bool? includeHeading, Key? key, required String title, required Widget child, VoidCallback? onPressed, String? buttonLabel, double? widthFraction}) Widget
override
entryDialog(AppModel app, BuildContext context, {Key? key, bool? includeHeading, required String title, String? ackButtonLabel, String? nackButtonLabel, String? hintText, required dynamic onPressed(String? response), String? initialValue, double? widthFraction}) Widget
override
errorDialog(AppModel app, BuildContext context, {Key? key, bool? includeHeading, required String title, required String errorMessage, String? closeLabel, double? widthFraction}) Widget
override
flexibleDialog(AppModel app, BuildContext context, {Key? key, String? title, required Widget child, List<Widget>? buttons, bool? includeHeading, double? widthFraction}) Widget
override
messageDialog(AppModel app, BuildContext context, {Key? key, bool? includeHeading, required String title, required String message, String? closeLabel, double? widthFraction}) Widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selectionDialog(AppModel app, BuildContext context, {required String title, bool? includeHeading, Key? key, required List<String> options, required OnSelection onSelection, String? buttonLabel, double? widthFraction}) Widget
override
toString() String
A string representation of this object.
inherited

Operators

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