menu
iconoir_flutter package
documentation
regular/scan_barcode.dart
ScanBarcode
ScanBarcode const constructor
ScanBarcode const constructor
dark_mode
light_mode
ScanBarcode
constructor
const
ScanBarcode
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const ScanBarcode({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/scan_barcode
ScanBarcode
ScanBarcode const constructor
ScanBarcode class