AntdDropdownStyle constructor
const
AntdDropdownStyle({
- bool inherit = true,
- Color maskColor = const Color(0xff000000),
- double maskOpacity = 0.5,
- AntdBoxStyle? bodyStyle,
- AntdFlexStyle? childRowStyle,
- AntdBoxStyle? childStyle,
- AntdBoxStyle? itemStyle,
- AntdBoxStyle? extraStyle,
- AntdIconStyle? iconStyle,
- Widget? icon,
- AntdIconStyle? activeIconStyle,
- Widget? activeIcon,
- AntdDropdownAnimation? animation,
Implementation
const AntdDropdownStyle(
{super.inherit,
super.maskColor,
super.maskOpacity,
this.bodyStyle,
this.childRowStyle,
this.childStyle,
this.itemStyle,
this.extraStyle,
this.iconStyle,
this.icon,
this.activeIconStyle,
this.activeIcon,
this.animation});