BankAccountFormWeb constructor

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

Implementation

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