AtSyncSnackBar class

Implementers

Constructors

AtSyncSnackBar({required dynamic context, AtSyncStyle syncStyle = AtSyncStyle.material, Color? indicatorColor, Color? backgroundColor, TextStyle? textStyle})

Properties

backgroundColor ↔ Color?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
indicatorColor ↔ Color?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
syncStyle → AtSyncStyle
final
textStyle ↔ TextStyle?
getter/setter pair

Methods

dismiss() → void
dismiss Dismiss the snack bar.
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 = ''}) → void
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