AntdModalAnimation constructor
const
AntdModalAnimation({
- bool disable = false,
- Duration duration = const Duration(milliseconds: 400),
- AntdAnimated<
AntdModal, AntdModalState> ? maskAnimated = const AntdMaskDefaultAnimated<AntdModal, AntdModalState>(), - AntdAnimated<
AntdModal, AntdModalState> ? contentAnimated = const AntdPopupScaleFadeAnimation<AntdModalStyle, AntdModal, AntdModalState>(),
Implementation
const AntdModalAnimation(
{super.disable,
super.duration,
super.maskAnimated =
const AntdMaskDefaultAnimated<AntdModal, AntdModalState>(),
super.contentAnimated = const AntdPopupScaleFadeAnimation<AntdModalStyle,
AntdModal, AntdModalState>()});