ProgressDialog class

Constructors

ProgressDialog(BuildContext context, {ProgressDialogType? type, bool? isDismissible, bool? showLogs, TextDirection? textDirection, Widget? customBody})

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

hide() Future<bool>
isShowing() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show() Future<bool>
style({Widget? child, Widget? widgetAboveTheDialog, double? progress, double? maxProgress, String? message, Widget? progressWidget, Color? backgroundColor, TextStyle? progressTextStyle, TextStyle? messageTextStyle, double? elevation, TextAlign? textAlign, double? borderRadius, Curve? insetAnimCurve, EdgeInsets? padding, Alignment? progressWidgetAlignment}) → void
toString() String
A string representation of this object.
inherited
update({double? progress, double? maxProgress, String? message, Widget? progressWidget, TextStyle? progressTextStyle, TextStyle? messageTextStyle}) → void

Operators

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