QrShapes constructor

const QrShapes({
  1. QrPixelShape darkPixel = const QrPixelShapeDefault(),
  2. QrPixelShape lightPixel = const QrPixelShapeDefault(),
  3. QrBallShape ball = const QrBallShapeDefault(),
  4. QrFrameShape frame = const QrFrameShapeDefault(),
})

Implementation

const QrShapes(
    {this.darkPixel = const QrPixelShapeDefault(),
    this.lightPixel = const QrPixelShapeDefault(),
    this.ball = const QrBallShapeDefault(),
    this.frame = const QrFrameShapeDefault()});