Index within the list of candidates that is currently selected.
int get index => _index;
set index(int value) { _index = value; _computeCurrent(); }