FilterPopupMenuOptions constructor

const FilterPopupMenuOptions({
  1. FilterMode filterMode = FilterMode.both,
  2. bool canShowClearFilterOption = true,
  3. bool canShowSortingOptions = true,
  4. bool showColumnName = true,
})

Implementation

const FilterPopupMenuOptions(
    {this.filterMode = FilterMode.both,
    this.canShowClearFilterOption = true,
    this.canShowSortingOptions = true,
    this.showColumnName = true});