AntdBaseMask<Style extends AntdMaskBaseStyle, WidgetType, StateType> constructor
const
AntdBaseMask<Style extends AntdMaskBaseStyle, WidgetType, StateType> ({
- Key? key,
- Style? style,
- AntdStyleBuilder<
Style, WidgetType> ? styleBuilder, - VoidCallback? onClosed,
- VoidCallback? onOpened,
- VoidCallback? onMaskTap,
- AntdMaskBuilder<
StateType> ? builder, - AntdMaskOpacity? opacity,
- bool? dismissOnMaskTap = true,
- bool? showMask = true,
- 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});