indexOf method

int indexOf(
  1. Component child
)

Implementation

int indexOf(Component child) => children.indexOf(child);