AntdPopupAnimation constructor

const AntdPopupAnimation({
  1. bool disable = false,
  2. Duration duration = const Duration(milliseconds: 400),
  3. AntdAnimated<AntdPopup, AntdPopupState>? maskAnimated = const AntdMaskDefaultAnimated<AntdPopup, AntdPopupState>(),
  4. AntdAnimated<AntdPopup, AntdPopupState>? contentAnimated = const AntdPopupOffsetAnimation<AntdPopupStyle, AntdPopup, AntdPopupState>(),
})

Implementation

const AntdPopupAnimation(
    {super.disable,
    super.duration,
    super.maskAnimated =
        const AntdMaskDefaultAnimated<AntdPopup, AntdPopupState>(),
    super.contentAnimated = const AntdPopupOffsetAnimation<AntdPopupStyle,
        AntdPopup, AntdPopupState>()});