menu
u package
documentation
components/u_barcode.dart
Barcode
code39 static method
code39 static method
dark_mode
light_mode
code39
static method
Barcode
code39
(
{
bool
drawSpacers
=
true
,
})
Implementation
static Barcode code39({bool drawSpacers = true}) => BarcodeCode39(drawSpacers);
u package
documentation
components/u_barcode
Barcode
code39 static method
Barcode class