toggle method

void toggle()

Implementation

void toggle() {
  expandableAction = CHFExpandableAction.toggle;
  notifyListeners();
}