height property

double get height

The height of the scanned barcode.

Prefer using size.height instead, as this getter will be removed in the future.

Implementation

double get height => size.height;