AntdDropdownAnimation constructor
const
AntdDropdownAnimation({
- bool disable = false,
- Duration duration = const Duration(milliseconds: 400),
- AntdAnimated<
AntdDropdown, AntdDropdownState> ? maskAnimated = const AntdMaskDefaultAnimated(), - AntdAnimated<
AntdDropdown, AntdDropdownState> ? contentAnimated = const AntdDropdownContentDefaultAnimated(),
Implementation
const AntdDropdownAnimation(
{super.disable,
super.duration,
super.maskAnimated = const AntdMaskDefaultAnimated(),
super.contentAnimated = const AntdDropdownContentDefaultAnimated()});