QrEmbeddedImageStyle constructor
const
QrEmbeddedImageStyle({})
Create a new set of styling options.
Implementation
const QrEmbeddedImageStyle({
this.size,
this.color,
this.safeArea = false,
this.safeAreaMultiplier = 1,
this.embeddedImageShape = EmbeddedImageShape.none,
this.shapeColor,
this.borderRadius = 0,
});