of static method
Implementation
static FormScope? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<FormScope>();
}
static FormScope? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<FormScope>();
}