copy method
复制实例,避免对象传递
Implementation
@override
SmoothLine copy() => SmoothLine(
brushPrecision: brushPrecision,
minPointDistance: minPointDistance,
useBezierCurve: useBezierCurve,
smoothLevel: smoothLevel,
);
复制实例,避免对象传递
@override
SmoothLine copy() => SmoothLine(
brushPrecision: brushPrecision,
minPointDistance: minPointDistance,
useBezierCurve: useBezierCurve,
smoothLevel: smoothLevel,
);