showLabels method

void showLabels()

Implementation

void showLabels() {
  setState(() {
    _showLabel = true;
  });
}