copied property

NikuStack copied
override

Implementation

NikuStack get copied => NikuStack(
      this.children,
      key: key,
      alignment: alignment,
      textDirection: textDirection,
      fit: fit,
      clipBehavior: clipBehavior,
    )..$parent.$merge($parent);