BankAccountFormWeb constructor
BankAccountFormWeb({
- Key? key,
- required PayEngineConfig config,
Implementation
BankAccountFormWeb({Key? key, required this.config}) : super(key: key);