ModernFormProgressDialog class

Constructors

ModernFormProgressDialog()

Properties

context BuildContext?
no setter
hashCode int
The hash code for this object.
no setterinherited
isDismissed bool?
getter/setter pair
lock ↔ Lock
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dismissProgressDialog() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showProgressDialog({Color barrierColor = const Color(0x55222222), String? textToBeDisplayed, Duration dismissAfter = const Duration(minutes: 180), Function? onDismiss, Stream<double>? streamValue, Stream<String>? streamText, Color? progressColor}) → void
toString() String
A string representation of this object.
inherited

Operators

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