Dashed
data class Dashed(val thicknessDp: Float = Defaults.LINE_SPEC_THICKNESS_DP, val cap: Paint.Cap = Paint.Cap.BUTT, val dashLengthDp: Float = Defaults.LINE_DASH_LENGTH, val gapLengthDp: Float = Defaults.LINE_GAP_LENGTH) : LineCartesianLayer.LineStroke
Produces a dashed stroke.
Constructors
Properties
Functions
Link copied to clipboard
Applies the stroke style to paint.