VendorScreenProvider constructor

const VendorScreenProvider({
  1. required String vendorId,
  2. String? categoryId,
  3. String? categoryName,
  4. Key? key,
})

Implementation

const VendorScreenProvider({
  required this.vendorId,
  this.categoryId,
  this.categoryName,
  super.key,
});