AntdPopoverBoxStyle constructor

const AntdPopoverBoxStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdBoxStyle? childStyle,
  4. Offset offset = Offset.zero,
  5. Offset arrowOffset = Offset.zero,
  6. AntdArrowStyle? arrowStyle,
})

Implementation

const AntdPopoverBoxStyle(
    {super.inherit,
    this.bodyStyle,
    this.childStyle,
    this.offset = Offset.zero,
    this.arrowOffset = Offset.zero,
    this.arrowStyle});