JarFieldState<T> constructor
const
JarFieldState<T> ({})
Implementation
const JarFieldState({
this.value,
this.error,
this.isDirty = false,
this.isTouched = false,
this.isValidating = false,
this.isDisabled = false,
required this.name,
required this.onChange,
required this.markAsTouched,
});