AntdPopoverStyle constructor
const
AntdPopoverStyle({
- bool inherit = true,
- Color maskColor = const Color(0xff000000),
- double maskOpacity = 0.5,
- AntdBoxStyle? childStyle,
- AntdPopoverActionStyle? actionStyle,
- AntdFlexStyle? actionColumnStyle,
- AntdPopoverBoxStyle? popoverBoxStyle,
- AntdPopoverAnimation? animation,
创建弹出框样式配置
Implementation
const AntdPopoverStyle({
super.inherit,
super.maskColor,
super.maskOpacity,
this.childStyle,
this.actionStyle,
this.actionColumnStyle,
this.popoverBoxStyle,
this.animation,
});