Form constructor
const
Form({
- Key? key,
- required Widget child,
- FormSubmitCallback? onSubmit,
- FormController? controller,
Implementation
const Form({super.key, required this.child, this.onSubmit, this.controller});