BankAccountForm constructor

BankAccountForm({
  1. Key? key,
  2. required PayEngineConfig config,
})

Implementation

BankAccountForm({Key? key, required this.config}) : super(key: key);