QrEyeStyle constructor

const QrEyeStyle({
  1. QrEyeShape? eyeShape,
  2. Color? color,
})

Create a new set of styling options for QR Eye.

Implementation

const QrEyeStyle({this.eyeShape, this.color});