AntdDialogAnimation constructor

const AntdDialogAnimation({
  1. bool disable = false,
  2. Duration duration = const Duration(milliseconds: 400),
  3. AntdAnimated<AntdDialog, AntdDialogState>? maskAnimated = const AntdMaskDefaultAnimated<AntdDialog, AntdDialogState>(),
  4. AntdAnimated<AntdDialog, AntdDialogState>? contentAnimated = const AntdPopupScaleFadeAnimation<AntdDialogStyle, AntdDialog, AntdDialogState>(),
})

Implementation

const AntdDialogAnimation(
    {super.disable,
    super.duration,
    super.maskAnimated =
        const AntdMaskDefaultAnimated<AntdDialog, AntdDialogState>(),
    super.contentAnimated = const AntdPopupScaleFadeAnimation<AntdDialogStyle,
        AntdDialog, AntdDialogState>()});