AntdPopoverAnimation constructor

const AntdPopoverAnimation({
  1. bool disable = false,
  2. Duration duration = const Duration(milliseconds: 400),
  3. AntdAnimated<AntdPopover, AntdPopoverState>? maskAnimated = const AntdMaskDefaultAnimated<AntdPopover, AntdPopoverState>(),
  4. 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>()});