copy method
复制实例,避免对象引用传递
Copy instance to avoid object reference passing
Implementation
@override
PaintContent copy() => EmptyContent();
复制实例,避免对象引用传递
Copy instance to avoid object reference passing
@override
PaintContent copy() => EmptyContent();