PathStyle constructor
const
PathStyle({})
Implementation
const PathStyle({
this.fill,
this.fillRule = FillRule.nonZero,
this.stroke,
this.strokeWidth = 1.0,
this.strokeCap = StrokeCap.butt,
this.strokeJoin = StrokeJoin.miter,
this.miterLimit = 4.0,
this.dash,
});