VendorAccountEdit constructor

const VendorAccountEdit({
  1. Key? key,
  2. required BusinessInfo businessInfo,
})

Implementation

const VendorAccountEdit({
  Key? key,
  required this.businessInfo,
  //  required this.accountInfo,
  //required this.vendorAddress,
  // required this.bankInformation,
}) : super(key: key);