QRImage class

Constructors

QRImage(String data, {bool logoRound = true, int size = 120, int radius = 0, ColorUint8? elementColor, ColorUint8? backgroundColor, int errorCorrectLevel = QrErrorCorrectLevel.L, int typeNumber = 0})
Generate QRcode image

Properties

backgroundColor ↔ ColorUint8?
Background color
getter/setter pair
data String
QR data
final
elementColor ↔ ColorUint8?
Block color
getter/setter pair
errorCorrectLevel int
Error correct level
final
hashCode int
The hash code for this object.
no setterinherited
Logo to draw inside QR image
getter/setter pair
logoRound bool
Make logo round
final
radius int
Radius per block
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
QR image size
getter/setter pair
typeNumber int
Number of type generation (1 to 40 or 0 for auto)
final

Methods

generate() → Image
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited