copied property

NikuIcon copied
override

Implementation

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