toggleExpanded method

void toggleExpanded()

Implementation

void toggleExpanded() {
  queryExpanded = !queryExpanded;
  notifyListeners();
}