AppDialogService class

Constructors

AppDialogService()

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

hideAppDialog({bool force = false}) Future<void>
hideLoading({bool force = false}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showAlertAndroidDialog({required BuildContext context, String? title, String? content, String? textButton}) Future<void>
showAlertIOSDialog({required BuildContext context, String? title, String? content, String? textButton}) Future<void>
showCustomDialog(BuildContext context, Widget body, {bool? barrierDismissible, Color? barrierColor, Duration? transitionDuration, RouteTransitionsBuilder? transitionBuilder}) Future<void>
showDialogWithBody(BuildContext context, Widget body) Future<void>
showLoading(BuildContext context, {Color? colorBackground, double? sizeBackground, double? backgroundRadius, Color? borderColor, double? borderWidth, Color? colorSpin, double? sizeSpin, String? text, TextStyle? textStyle}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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