AtSyncSnackBar constructor
AtSyncSnackBar({
- required BuildContext context,
- Color? indicatorColor,
- Color? backgroundColor,
- TextStyle? textStyle,
Implementation
AtSyncSnackBar({
required BuildContext context,
Color? indicatorColor,
Color? backgroundColor,
TextStyle? textStyle,
}) : super(
context: context,
syncStyle: AtSyncStyle.cupertino,
indicatorColor: indicatorColor,
backgroundColor: backgroundColor,
textStyle: textStyle,
);