AtSyncSnackBar class

Inheritance

Constructors

AtSyncSnackBar({required BuildContext context, Color? indicatorColor, Color? backgroundColor, TextStyle? textStyle})

Properties

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

Methods

dismiss() → void
dismiss Dismiss the snack bar.
inherited
isOpen() bool
isOpen Returns whether the dialog box is open.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show({String message = ''}) → void
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