SlicerSpec constructor

SlicerSpec({
  1. bool? applyToPivotTables,
  2. Color? backgroundColor,
  3. ColorStyle? backgroundColorStyle,
  4. int? columnIndex,
  5. GridRange? dataRange,
  6. FilterCriteria? filterCriteria,
  7. String? horizontalAlignment,
  8. TextFormat? textFormat,
  9. String? title,
})

Implementation

SlicerSpec({
  this.applyToPivotTables,
  this.backgroundColor,
  this.backgroundColorStyle,
  this.columnIndex,
  this.dataRange,
  this.filterCriteria,
  this.horizontalAlignment,
  this.textFormat,
  this.title,
});