StacSnackBarThemeData constructor
const
StacSnackBarThemeData({
- StacSnackBarBehavior? behavior,
- String? backgroundColor,
- double? elevation,
- StacShapeBorder? shape,
- double? width,
- StacTextStyle? contentTextStyle,
- String? actionTextColor,
- String? disabledActionTextColor,
- StacEdgeInsets? insetPadding,
- StacDismissDirection? dismissDirection,
- bool? showCloseIcon,
- String? closeIconColor,
- double? actionOverflowThreshold,
- String? actionBackgroundColor,
- String? disabledActionBackgroundColor,
Creates a StacSnackBarThemeData with the given properties.
Implementation
const StacSnackBarThemeData({
this.behavior,
this.backgroundColor,
this.elevation,
this.shape,
this.width,
this.contentTextStyle,
this.actionTextColor,
this.disabledActionTextColor,
this.insetPadding,
this.dismissDirection,
this.showCloseIcon,
this.closeIconColor,
this.actionOverflowThreshold,
this.actionBackgroundColor,
this.disabledActionBackgroundColor,
});