AntdPopoverAnimation constructor
const
AntdPopoverAnimation({
- bool disable = false,
- Duration duration = const Duration(milliseconds: 400),
- AntdAnimated<
AntdPopover, AntdPopoverState> ? maskAnimated = const AntdMaskDefaultAnimated<AntdPopover, AntdPopoverState>(), - AntdAnimated<
AntdPopover, AntdPopoverState> ? contentAnimated = const AntdMaskContentDefaultAnimated<AntdPopoverStyle, AntdPopover, AntdPopoverState>(),
Implementation
const AntdPopoverAnimation(
{super.disable,
super.duration,
super.maskAnimated =
const AntdMaskDefaultAnimated<AntdPopover, AntdPopoverState>(),
super.contentAnimated = const AntdMaskContentDefaultAnimated<
AntdPopoverStyle, AntdPopover, AntdPopoverState>()});