Path linePath({double? cornerRadius}) { return cornerRadius == null ? _openSharpPath(this) : PathExtra.line(Line(points: this, smoothLevel: cornerRadius)); }