AntdToastStyle constructor
const
AntdToastStyle({
- bool inherit = true,
- Color maskColor = const Color(0xff000000),
- double maskOpacity = 0.5,
- AntdBoxStyle? bodyStyle,
- AntdIconStyle? iconStyle,
- AntdFlexStyle? columnStyle,
- Widget? icon,
- AntdToastAnimation? animation,
Implementation
const AntdToastStyle(
{super.inherit,
super.maskColor,
super.maskOpacity,
this.bodyStyle,
this.iconStyle,
this.columnStyle,
this.icon,
this.animation});