selectDomain method
Triggers when the Enter or Space key is pressed.
Implementation
void selectDomain(int domainIndex) {
_selectDomainIndex(SelectionModelType.action, domainIndex);
}
Triggers when the Enter or Space key is pressed.
void selectDomain(int domainIndex) {
_selectDomainIndex(SelectionModelType.action, domainIndex);
}