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