MainScreenAccountEdit constructor

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

Implementation

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