menu
otium_ecommerce
presentation/product/view/widgets/product_barcode.dart
ProductBarcode
ProductBarcode const constructor
ProductBarcode
dark_mode
light_mode
ProductBarcode
constructor
const
ProductBarcode
(
{
required
String
barcode
,
Key
?
key
,
})
Implementation
const ProductBarcode({required this.barcode, super.key});
otium_ecommerce
product_barcode
ProductBarcode
ProductBarcode const constructor
ProductBarcode class