setShowFilter method

void setShowFilter(
  1. bool show
)

Sets whether to show the filter.

Implementation

void setShowFilter(bool show) {
  showFilter = show;
}