HookFormScope constructor
const
HookFormScope({
- Key? key,
- required Widget child,
- required FormErrorMessages messages,
Creates a HookFormScope instance.
Implementation
const HookFormScope({
super.key,
required super.child,
required this.messages,
});