handleEnter method
Implementation
@protected
bool handleEnter() {
_currentIndex = _getActiveHoverDomainIndex();
selectDomain(_currentIndex);
return true;
}
@protected
bool handleEnter() {
_currentIndex = _getActiveHoverDomainIndex();
selectDomain(_currentIndex);
return true;
}