FilterView constructor

FilterView({
  1. Map<String, FilterCriteria>? criteria,
  2. List<FilterSpec>? filterSpecs,
  3. int? filterViewId,
  4. String? namedRangeId,
  5. GridRange? range,
  6. List<SortSpec>? sortSpecs,
  7. String? title,
})

Implementation

FilterView({
  this.criteria,
  this.filterSpecs,
  this.filterViewId,
  this.namedRangeId,
  this.range,
  this.sortSpecs,
  this.title,
});