copied property
Implementation
NikuIcon get copied => NikuIcon(
icon,
key: key,
size: size,
color: color,
semanticLabel: semanticLabel,
textDirection: textDirection,
)..$parent.$merge($parent);
NikuIcon get copied => NikuIcon(
icon,
key: key,
size: size,
color: color,
semanticLabel: semanticLabel,
textDirection: textDirection,
)..$parent.$merge($parent);