of static method
Retrieves the nearest FormScope from the widget tree.
Implementation
static FormScope? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<FormScope>();
}
Retrieves the nearest FormScope from the widget tree.
static FormScope? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<FormScope>();
}