copyFrom method
Implementation
@override
AntdArrowStyle copyFrom(AntdArrowStyle? style) {
return AntdArrowStyle(
size: style?.size ?? size,
color: style?.color ?? color,
bluntness: style?.bluntness ?? bluntness,
);
}
@override
AntdArrowStyle copyFrom(AntdArrowStyle? style) {
return AntdArrowStyle(
size: style?.size ?? size,
color: style?.color ?? color,
bluntness: style?.bluntness ?? bluntness,
);
}