AntdModalAnimation constructor

const AntdModalAnimation({
  1. bool disable = false,
  2. Duration duration = const Duration(milliseconds: 400),
  3. AntdAnimated<AntdModal, AntdModalState>? maskAnimated = const AntdMaskDefaultAnimated<AntdModal, AntdModalState>(),
  4. 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>()});