showAiroll method

void showAiroll()

Shows Airoll menu.

Implementation

void showAiroll() {
  PopupMenuButtonState<dynamic>? state = _menuKey.currentState;
  state!.showButtonMenu();
}