showActionButtons method

dynamic showActionButtons()

Implementation

showActionButtons() {
  isActionsVisible = true;
  notifyListeners();
}