AntdToastAnimation constructor
const
AntdToastAnimation({
- bool disable = false,
- Duration duration = const Duration(milliseconds: 400),
- AntdAnimated<
AntdToast, AntdToastState> ? maskAnimated = const AntdMaskDefaultAnimated(), - 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>()});