SnackBarConfiguration constructor

SnackBarConfiguration({
  1. Color? backgroundColor,
  2. double? elevation,
  3. EdgeInsetsGeometry? margin,
  4. EdgeInsetsGeometry? padding,
  5. Duration? duration,
  6. TextStyle? contentTextStyle,
})

Implementation

SnackBarConfiguration({
  this.backgroundColor,
  this.elevation,
  this.margin,
  this.padding,
  this.duration,
  this.contentTextStyle,
});