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