AntdToastAnimation constructor

const AntdToastAnimation({
  1. bool disable = false,
  2. Duration duration = const Duration(milliseconds: 400),
  3. AntdAnimated<AntdToast, AntdToastState>? maskAnimated = const AntdMaskDefaultAnimated(),
  4. AntdAnimated<AntdToast, AntdToastState>? contentAnimated = const AntdMaskContentDefaultAnimated<AntdToastStyle, AntdToast, AntdToastState>(),
})

Implementation

const AntdToastAnimation(
    {super.disable,
    super.duration,
    super.maskAnimated = const AntdMaskDefaultAnimated(),
    super.contentAnimated = const AntdMaskContentDefaultAnimated<
        AntdToastStyle, AntdToast, AntdToastState>()});