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