ShowSnackBarAction constructor
ShowSnackBarAction({
- String? title,
- bool allowClosing = false,
- int showForSeconds = 3,
- SnackBarBehavior behavior = SnackBarBehavior.fixed,
- bool? isAwaited,
Implementation
ShowSnackBarAction({
super.title,
this.allowClosing = false,
this.showForSeconds = 3,
this.behavior = SnackBarBehavior.fixed,
super.isAwaited,
}) : super(schemaType: schemaName);