margeStyle method
Implementation
@override
AntdDialogStyle margeStyle(
AntdDialogStyle defaultStyle, AntdDialogStyle? style) {
return defaultStyle.copyFrom(style);
}
@override
AntdDialogStyle margeStyle(
AntdDialogStyle defaultStyle, AntdDialogStyle? style) {
return defaultStyle.copyFrom(style);
}