Stroke constructor
const
Stroke({})
Creates a new collection of stroking properties.
Implementation
const Stroke({
Color? color,
this.shader,
this.cap,
this.join,
this.miterLimit,
this.width,
}) : color = color ?? Color.opaqueBlack;