of static method
Implementation
static FormContext? of(BuildContext context) {
final scope =
context.dependOnInheritedComponentOfExactType<ArcaneFormScope>();
return scope?.formContext;
}
static FormContext? of(BuildContext context) {
final scope =
context.dependOnInheritedComponentOfExactType<ArcaneFormScope>();
return scope?.formContext;
}