Line Style
data class LineStyle(val lineType: LineType = LineType.SmoothCurve(isDotted = false), val color: Color = Color.Black, val width: Float = 8.0f, val alpha: Float = 1.0f, val style: DrawStyle = Stroke(width = width), val colorFilter: ColorFilter? = null, val blendMode: BlendMode = DefaultBlendMode)
Handles styling for the path drawn in the line graph
Parameters
color
Defines the color of the path or line.
width
Defines the width of the path/line stroke.
alpha
Defines the alpha of the path/line.
style
Defines if the path/line is filled or stroke.
color Filter
ColorFilter to apply to the color when drawn into the destination.
blend Mode
All prams related to selection popup to be added here in SelectionHighlightPopUp