QrOptions constructor
const
QrOptions({})
Implementation
const QrOptions({
this.padding = .125,
this.ecl = ErrorCorrectionLevel.L,
this.colors = const QrColors(),
this.shapes = const QrShapes(),
});
const QrOptions({
this.padding = .125,
this.ecl = ErrorCorrectionLevel.L,
this.colors = const QrColors(),
this.shapes = const QrShapes(),
});