AntdPopupStyle constructor

const AntdPopupStyle({
  1. bool inherit = true,
  2. Color maskColor = const Color(0xff000000),
  3. double maskOpacity = 0.5,
  4. AntdBoxStyle? bodyStyle,
  5. AntdIconStyle? closeIconStyle,
  6. Widget? closeIcon,
  7. AntdPopupAnimation? animation,
})

Implementation

const AntdPopupStyle(
    {super.inherit,
    super.maskColor,
    super.maskOpacity,
    super.bodyStyle,
    super.closeIconStyle,
    super.closeIcon,
    this.animation});