noteKeyboardHighlight method
void
noteKeyboardHighlight()
Call when keyboard focus navigation becomes active (Tab / arrows).
Implementation
void noteKeyboardHighlight() {
_setRingsAllowed(true);
}
Call when keyboard focus navigation becomes active (Tab / arrows).
void noteKeyboardHighlight() {
_setRingsAllowed(true);
}