UCode constructor
const
UCode({
- required UCodeFormat format,
- required String text,
- required Uint8List bytes,
- List<
Offset> corners = const <Offset>[], - int? eci,
- UCodeSource source = UCodeSource.dart,
- bool inverted = false,
- UCodeStructuredAppend? structuredAppend,
- String? errorCorrectionLevel,
- int? version,
- int? mask,
Implementation
const UCode({
required this.format,
required this.text,
required this.bytes,
this.corners = const <Offset>[],
this.eci,
this.source = UCodeSource.dart,
this.inverted = false,
this.structuredAppend,
this.errorCorrectionLevel,
this.version,
this.mask,
});