Paint
A descriptor for how shapes should be painted.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Stroke(val color: Color, val width: Float, val cap: Paint.Stroke.Cap = Cap.Butt, val join: Paint.Stroke.Join = Join.Miter(), val dash: Paint.Stroke.Dash = Dash.None) : Paint
Draws a color around the outside of a shape.