ProductListRow constructor
const
ProductListRow({})
Implementation
const ProductListRow({
Key? key,
required this.name,
required this.brand,
required this.price,
required this.quantity,
required this.total,
required this.status,
}) : super(key: key);