minimal constant

QrGenerationOptions const minimal

Implementation

static const QrGenerationOptions minimal = QrGenerationOptions(
  size: 256,
  margin: 10,
  errorCorrectionLevel: ErrorCorrectionLevel.low,
);