hideLabels method

void hideLabels()

Implementation

void hideLabels() {
  setState(() {
    _showLabel = false;
    showChildren([]);
  });
}