QrShapes constructor
const
QrShapes({
- QrPixelShape darkPixel = const QrPixelShapeDefault(),
- QrPixelShape lightPixel = const QrPixelShapeDefault(),
- QrBallShape ball = const QrBallShapeDefault(),
- QrFrameShape frame = const QrFrameShapeDefault(),
Implementation
const QrShapes(
{this.darkPixel = const QrPixelShapeDefault(),
this.lightPixel = const QrPixelShapeDefault(),
this.ball = const QrBallShapeDefault(),
this.frame = const QrFrameShapeDefault()});