of static method

WeFormScope? of(
  1. BuildContext context
)

Implementation

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