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