Stroke

constructor(    fill: Paint = ColorPaint(Black),     thickness: Double = 1.0,     dashes: DoubleArray? = null,     dashOffset: Double = 0.0,     lineJoint: Stroke.LineJoint? = null,     lineCap: Stroke.LineCap? = null)

Parameters

fill

that paints the outline

thickness

of outline

dashes

if lines are segmented

dashOffset

of the dashes