FormWidget<P> constructor

const FormWidget<P>({
  1. Key? key,
  2. P? payload,
})

Implementation

const FormWidget({super.key, this.payload});