handlePopupTriggerAction method
Implementation
void handlePopupTriggerAction(UIEvent event) {
if (event is KeyboardEvent) {
_trigger(const ExpandAction.withFirstItemFocused());
} else {
_trigger(const ExpandAction.withNoFocus());
}
}
void handlePopupTriggerAction(UIEvent event) {
if (event is KeyboardEvent) {
_trigger(const ExpandAction.withFirstItemFocused());
} else {
_trigger(const ExpandAction.withNoFocus());
}
}