selectIndex property

void Function(int index) selectIndex
final

Select an item by index.

The component maps this index back to the generic value.

Implementation

final void Function(int index) selectIndex;