SnackBarStyle constructor
const
SnackBarStyle({
- Color? backgroundColor,
- TextStyle? textStyle,
- Duration? duration,
- SnackBarBehavior? behavior,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- double? borderRadius,
- double? elevation,
- Color? actionTextColor,
- bool? enabled,
Implementation
const SnackBarStyle({
this.backgroundColor,
this.textStyle,
this.duration,
this.behavior,
this.margin,
this.padding,
this.borderRadius,
this.elevation,
this.actionTextColor,
this.enabled,
});