DialogStateHelper class

Constructors

DialogStateHelper()

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

build(AppModel app, BuildContext context, {String? title, Key? key, required Widget contents, List<Widget>? buttons, double? width, required DialogButtonPosition dialogButtonPosition, Widget? separator, bool? includeHeading, RgbModel? dialogBackgroundColor, RgbModel? dialogSeperatorColor}) Widget
fieldsWidget(AppModel app, BuildContext context, List<Widget> widgets, {double? height, double? width}) Widget
getAckNackButtons(AppModel app, BuildContext context, {required VoidCallback ackFunction, required VoidCallback nackFunction, String? ackButtonLabel, String? nackButtonLabel}) List<Widget>
getButtons(AppModel app, BuildContext context, List<String> buttonLabels, List<VoidCallback> functions) List<Widget>
getCloseButton(AppModel app, BuildContext context, {required VoidCallback onPressed, String? buttonLabel}) List<Widget>
getDefaultCloseButton(AppModel app, BuildContext context) List<Widget>
getListTile({Widget? leading, Widget? title, Widget? subtitle, bool? isThreeLine}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
seperatorWidget(Widget? separator, RgbModel? seperatorColor) Widget
toString() String
A string representation of this object.
inherited

Operators

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