menu
u package
documentation
components/u_barcode.dart
Barcode
ean13 static method
ean13 static method
dark_mode
light_mode
ean13
static method
Barcode
ean13
(
{
bool
drawEndChar
=
false
,
})
Implementation
static Barcode ean13({bool drawEndChar = false}) => BarcodeEan13(drawEndChar);
u package
documentation
components/u_barcode
Barcode
ean13 static method
Barcode class