AtSyncSnackBar class Null safety

Inheritance

Constructors

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

Properties

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

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 non-existent 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