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