onShowMoreClicked method

void onShowMoreClicked()

Implementation

void onShowMoreClicked() {
  _showModalBottomSheet([_buildMoreOptionsList()]);
}