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