CartVendorInfoRow constructor

const CartVendorInfoRow({
  1. String? vendorName,
  2. Widget? leading,
  3. Widget? action,
  4. Key? key,
})

Implementation

const CartVendorInfoRow({
  this.vendorName,
  this.vendorLogo,
  this.leading,
  this.action,
  super.key,
});