menu
qr_bar_code package
documentation
code/src/barcode_2d.dart
Barcode2DMatrix
pixels property
pixels property
dark_mode
light_mode
pixels
property
Iterable
<
bool
>
pixels
final
The pixels of the matrix
Implementation
final Iterable<bool> pixels;
qr_bar_code package
documentation
code/src/barcode_2d
Barcode2DMatrix
pixels property
Barcode2DMatrix class