ArcaneFormContext constructor
const
ArcaneFormContext({})
Implementation
const ArcaneFormContext({
required this.values,
required this.errors,
required this.setValue,
required this.setError,
required this.submit,
required this.isValid,
});