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