AntdDialogStyle constructor
const
AntdDialogStyle({
- 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,
- AntdDialogAnimation? animation,
Implementation
const AntdDialogStyle({
super.inherit,
super.bodyStyle,
super.closeIconStyle,
super.closeIcon,
super.maskColor,
super.maskOpacity,
super.headerStyle,
super.titleStyle,
super.contentStyle,
super.actionStyle,
this.animation,
});