AntdPopoverBoxStyle constructor
const
AntdPopoverBoxStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdBoxStyle? childStyle,
- Offset offset = Offset.zero,
- Offset arrowOffset = Offset.zero,
- AntdArrowStyle? arrowStyle,
Implementation
const AntdPopoverBoxStyle(
{super.inherit,
this.bodyStyle,
this.childStyle,
this.offset = Offset.zero,
this.arrowOffset = Offset.zero,
this.arrowStyle});