AtSyncSnackBar constructor
AtSyncSnackBar({
- required dynamic context,
- AtSyncStyle syncStyle = AtSyncStyle.material,
- Color? indicatorColor,
- Color? backgroundColor,
- TextStyle? textStyle,
Implementation
AtSyncSnackBar({
required context,
this.syncStyle = AtSyncStyle.material,
this.indicatorColor,
this.backgroundColor,
this.textStyle,
}) {
_context = context;
}