find<T> static method
Finds the ObjectFormHandler in the widget tree (alternative method).
Implementation
static ObjectFormHandler<T> find<T>(BuildContext context) {
return Data.find<ObjectFormHandler<T>>(context);
}
Finds the ObjectFormHandler in the widget tree (alternative method).
static ObjectFormHandler<T> find<T>(BuildContext context) {
return Data.find<ObjectFormHandler<T>>(context);
}