maybeOf static method
Implementation
static AFormState? maybeOf(BuildContext context) {
final _AFormScope? scope = context.dependOnInheritedWidgetOfExactType<_AFormScope>();
return scope?.formState;
}
static AFormState? maybeOf(BuildContext context) {
final _AFormScope? scope = context.dependOnInheritedWidgetOfExactType<_AFormScope>();
return scope?.formState;
}