FormWidget<P> constructor
const
FormWidget<P> ({
- Key? key,
- P? payload,
Implementation
const FormWidget({super.key, this.payload});
const FormWidget({super.key, this.payload});