CustomForm constructor

const CustomForm({
  1. Key? key,
})

Implementation

const CustomForm({Key? key}) : super(key: key);