of static method
Implementation
static WeFormState? of(BuildContext context) {
final WeFormScope? scope =
context.dependOnInheritedWidgetOfExactType<WeFormScope>();
return scope?.state;
}
static WeFormState? of(BuildContext context) {
final WeFormScope? scope =
context.dependOnInheritedWidgetOfExactType<WeFormScope>();
return scope?.state;
}