Creates a new collection of painting attributes.
See Paint.
const Paint({ BlendMode? blendMode, this.stroke, this.fill, }) : blendMode = blendMode ?? BlendMode.srcOver;