handleFocus method
Implementation
void handleFocus(html.FocusEvent event) {
if (_isFocused) return;
showPopup = true;
_onFocus.add(event);
_isFocused = true;
}
void handleFocus(html.FocusEvent event) {
if (_isFocused) return;
showPopup = true;
_onFocus.add(event);
_isFocused = true;
}