showLabels method

void showLabels(
  1. BuildContext context
)

Implementation

void showLabels(BuildContext context) {
  for (var tileController in _tilesControllers) {
    tileController.showLabel();
  }
  _settingsController?.showLabel();
}