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