AntdDialogBaseStyle constructor
const
AntdDialogBaseStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdIconStyle? closeIconStyle,
- Widget? closeIcon,
- Color maskColor = const Color(0xff000000),
- double maskOpacity = 0.5,
- AntdBoxStyle? headerStyle,
- AntdBoxStyle? titleStyle,
- AntdBoxStyle? contentStyle,
- AntdActionStyle? actionStyle,
Implementation
const AntdDialogBaseStyle(
{super.inherit,
super.bodyStyle,
super.closeIconStyle,
super.closeIcon,
super.maskColor,
super.maskOpacity,
this.headerStyle,
this.titleStyle,
this.contentStyle,
this.actionStyle});