WeFormScope constructor
WeFormScope({
- Key? key,
- WeFormState? state,
- dynamic formValue,
- required Widget child,
Implementation
WeFormScope({Key? key, this.state, this.formValue, required Widget child})
: super(key: key, child: child);