findComponent method

ComponentSnapshot? findComponent(
  1. String name
)

Implementation

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