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