AntdBaseMask<Style extends AntdMaskBaseStyle, WidgetType, StateType> constructor

const AntdBaseMask<Style extends AntdMaskBaseStyle, WidgetType, StateType>({
  1. Key? key,
  2. Style? style,
  3. AntdStyleBuilder<Style, WidgetType>? styleBuilder,
  4. VoidCallback? onClosed,
  5. VoidCallback? onOpened,
  6. VoidCallback? onMaskTap,
  7. AntdMaskBuilder<StateType>? builder,
  8. AntdMaskOpacity? opacity,
  9. bool? dismissOnMaskTap = true,
  10. bool? showMask = true,
  11. AntdMaskHole? hole,
})

Implementation

const AntdBaseMask(
    {super.key,
    super.style,
    super.styleBuilder,
    this.onClosed,
    this.onOpened,
    this.onMaskTap,
    this.builder,
    this.opacity,
    this.dismissOnMaskTap = true,
    this.showMask = true,
    this.hole});