AntdToastStyle constructor

const AntdToastStyle({
  1. bool inherit = true,
  2. Color maskColor = const Color(0xff000000),
  3. double maskOpacity = 0.5,
  4. AntdBoxStyle? bodyStyle,
  5. AntdIconStyle? iconStyle,
  6. AntdFlexStyle? columnStyle,
  7. Widget? icon,
  8. AntdToastAnimation? animation,
})

Implementation

const AntdToastStyle(
    {super.inherit,
    super.maskColor,
    super.maskOpacity,
    this.bodyStyle,
    this.iconStyle,
    this.columnStyle,
    this.icon,
    this.animation});