menu
flutter_barcode package
documentation
barcode/model/barcode.dart
Barcode
nw7 static method
nw7 static method
dark_mode
light_mode
nw7
static method
Barcode
nw7
(
String
rawValue
)
Implementation
static Barcode nw7(String rawValue) => NW7Barcode(rawValue: rawValue);
flutter_barcode package
documentation
barcode/model/barcode
Barcode
nw7 static method
Barcode class