showAiroll method
void
showAiroll()
Shows Airoll menu.
Implementation
void showAiroll() {
PopupMenuButtonState<dynamic>? state = _menuKey.currentState;
state!.showButtonMenu();
}
Shows Airoll menu.
void showAiroll() {
PopupMenuButtonState<dynamic>? state = _menuKey.currentState;
state!.showButtonMenu();
}