FormeFieldValidationContext<T> constructor
const
FormeFieldValidationContext<T> (
- FormeFieldState<
T> field, - FormeState? form,
- FormeOptional<
T> ? latestSuccessfulValidationValue, - T currentValidateValue,
- FormeOptional<
T> ? validatingValue,
Implementation
const FormeFieldValidationContext(
this.field,
this.form,
this.latestSuccessfulValidationValue,
this.currentValidateValue,
this.validatingValue);