findFieldById method
Implementation
AutoFieldWidget findFieldById(String id) {
return children.whereType<AutoFieldWidget>().firstWhere((e) => e.id == id);
}
AutoFieldWidget findFieldById(String id) {
return children.whereType<AutoFieldWidget>().firstWhere((e) => e.id == id);
}