copyFrom method
Implementation
AntdShadowDefine copyFrom(AntdShadowDefine? other) {
if (other == null) return this;
return AntdShadowDefine(
primary: other.primary,
secondary: other.secondary,
tertiary: other.tertiary,
);
}
AntdShadowDefine copyFrom(AntdShadowDefine? other) {
if (other == null) return this;
return AntdShadowDefine(
primary: other.primary,
secondary: other.secondary,
tertiary: other.tertiary,
);
}