AtSyncDialog class Null safety

Inheritance

Constructors

AtSyncDialog({required BuildContext context, Color? indicatorColor, Color? backgroundColor, TextStyle? messageStyle, TextStyle? valueStyle})

Properties

backgroundColor Color?
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
indicatorColor Color?
read / writeinherited
messageStyle TextStyle?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
syncStyle AtSyncStyle
finalinherited
valueStyle TextStyle?
read / writeinherited

Methods

close() → void
close Closes the progress dialog.
inherited
isOpen() bool
isOpen Returns whether the dialog box is open.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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
inherited
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.
inherited

Operators

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