showColumns method

void showColumns()

Shows columns layout and notifies listeners.

Implementation

void showColumns() {
  _visibleColumns = true;
  notifyListeners();
}