SnackBarConfiguration constructor
SnackBarConfiguration({
- Color? backgroundColor,
- double? elevation,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Duration? duration,
- TextStyle? contentTextStyle,
Implementation
SnackBarConfiguration(
{this.backgroundColor,
this.elevation,
this.margin,
this.padding,
this.duration,
this.contentTextStyle});