AntdPopupStyle constructor
const
AntdPopupStyle({
- bool inherit = true,
- Color maskColor = const Color(0xff000000),
- double maskOpacity = 0.5,
- AntdBoxStyle? bodyStyle,
- AntdIconStyle? closeIconStyle,
- Widget? closeIcon,
- AntdPopupAnimation? animation,
Implementation
const AntdPopupStyle(
{super.inherit,
super.maskColor,
super.maskOpacity,
super.bodyStyle,
super.closeIconStyle,
super.closeIcon,
this.animation});