AntdDropdownAnimation constructor

const AntdDropdownAnimation({
  1. bool disable = false,
  2. Duration duration = const Duration(milliseconds: 400),
  3. AntdAnimated<AntdDropdown, AntdDropdownState>? maskAnimated = const AntdMaskDefaultAnimated(),
  4. AntdAnimated<AntdDropdown, AntdDropdownState>? contentAnimated = const AntdDropdownContentDefaultAnimated(),
})

Implementation

const AntdDropdownAnimation(
    {super.disable,
    super.duration,
    super.maskAnimated = const AntdMaskDefaultAnimated(),
    super.contentAnimated = const AntdDropdownContentDefaultAnimated()});