AtSyncDialog class
- Implementers
Constructors
- AtSyncDialog({required BuildContext context, AtSyncStyle syncStyle = AtSyncStyle.material, Color? indicatorColor, Color? backgroundColor, TextStyle? messageStyle, TextStyle? valueStyle})
Properties
- backgroundColor ↔ Color?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- indicatorColor ↔ Color?
-
getter/setter pair
- messageStyle ↔ TextStyle?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- syncStyle → AtSyncStyle
-
final
- valueStyle ↔ TextStyle?
-
getter/setter pair
Methods
-
close(
) → void - close Closes the progress dialog.
-
isOpen(
) → bool - isOpen Returns whether the dialog box is open.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
show(
{String message = '', bool barrierDismissible = false}) → dynamic -
barrierDismissible
Determines whether the dialog closes when the back button or screen is clicked. Default: false -
toString(
) → String -
A string representation of this object.
inherited
-
update(
{required double? value, String? message}) → void - update Pass the new value to this method to update the status.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited