indexOf method

int indexOf(
  1. Component child
)
inherited

Implementation

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