ExitSnackBarConfig constructor
const
ExitSnackBarConfig({
- Widget content = const Text('Tap again to exit'),
- SnackBarBehavior behavior = SnackBarBehavior.floating,
- Color? backgroundColor,
- ShapeBorder? shape,
- EdgeInsetsGeometry? margin,
- double? elevation,
- Duration duration = const Duration(seconds: 2),
Implementation
const ExitSnackBarConfig({
this.content = const Text('Tap again to exit'),
this.behavior = SnackBarBehavior.floating,
this.backgroundColor,
this.shape,
this.margin,
this.elevation,
this.duration = const Duration(seconds: 2),
});