LineOptions

constructor(cubicInterpolationMode: InterpolationMode = InterpolationMode.DEFAULT, tension: Double? = null, backgroundColor: Color? = null, borderWidth: Int? = null, borderColor: Color? = null, borderCapStyle: LineCap? = null, borderDash: List<Any>? = null, borderDashOffset: Number? = null, borderJoinStyle: LineJoin? = null, capBezierPoints: Boolean? = null, fill: Boolean? = null, stepped: Boolean? = null)