MyForm constructor

const MyForm(
  1. dynamic aparam,
  2. int backcolor, {
  3. Key? key,
})

Implementation

const MyForm(this.aparam, this.backcolor, {super.key});