findComponent method
Implementation
ComponentSnapshot? findComponent(String name) =>
_findByNormalizedName(components, name, (component) => component.name);
ComponentSnapshot? findComponent(String name) =>
_findByNormalizedName(components, name, (component) => component.name);