AddBank constructor

AddBank({
  1. Key? key,
  2. String? pageTitle,
})

Implementation

AddBank({Key? key, this.pageTitle}) : super(key: key);