showColumns method
void
showColumns()
Shows columns layout and notifies listeners.
Implementation
void showColumns() {
_visibleColumns = true;
notifyListeners();
}
Shows columns layout and notifies listeners.
void showColumns() {
_visibleColumns = true;
notifyListeners();
}