QrEyeStyle constructor
const
QrEyeStyle({
- QrEyeShape eyeShape = QrEyeShape.square,
- Color? color,
- double size = 1,
- double borderRadius = 0,
Create a new set of styling options for QR Eye.
Implementation
const QrEyeStyle({
this.eyeShape = QrEyeShape.square,
this.color,
this.size = 1,
this.borderRadius = 0,
});