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