Stroke

class Stroke(width: Int = 1) : DrawStyle

DrawStyle that provides information for drawing content with a stroke

Parameters

width

Configure the width of the stroke in cells

Constructors

Link copied to clipboard
constructor(width: Int = 1)