Style to draw a line
public init(color: UIColor, width: CGFloat, z: Int? = nil)
Represents line style
color
UIColor
Line stroke color
width
CGFloat
Stroke width in screen points.
z
Int?
Draw order.