SingleLineData

fun SingleLineData(layerId: String = "", lineList: List<Point> = emptyList(), lineColor: Int? = null, lineWidth: Double = 0.0, lineOpacity: Double = 1.0, lineBlur: Double = 0.0, lineJoin: LineJoin = LineJoin.ROUND, lineCap: LineCap = LineCap.ROUND, strokeColor: Int? = null, strokeWidth: Double = 0.0, strokeOpacity: Double = 1.0, strokeBlur: Double = 0.0, addLayerAbove: String? = null, addLayerBelow: String? = null, addLayerAt: Int? = null)

Create default single line data