DialogService class

Constructors

DialogService()

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

showActionDialog(BuildContext context, {String? leftButtonText, String? rightButtonText, VoidCallback? onPressedLeftButton, VoidCallback? onPressedRightButton, String? description, TextStyle? descriptionTextStyle, TextStyle? leftButtonTextStyle, TextStyle? rightButtonTextStyle, double borderRadius = 6, bool isLandscape = false, bool barrierDismissible = true}) Future
showDialogWithAction(BuildContext context, {required Widget icon, String? description, String? subDescription, String? buttonText, VoidCallback? onPressedButton, TextStyle? buttonTextStyle, TextStyle? subDescriptionTextStyle, double borderRadius = 6, bool isLandscape = false, bool barrierDismissible = true}) Future