width property
double
get
width
The width of the scanned barcode.
Prefer using size.width instead,
as this getter will be removed in the future.
Implementation
double get width => size.width;
The width of the scanned barcode.
Prefer using size.width instead,
as this getter will be removed in the future.
double get width => size.width;