SortSpec constructor

SortSpec({
  1. Color? backgroundColor,
  2. ColorStyle? backgroundColorStyle,
  3. DataSourceColumnReference? dataSourceColumnReference,
  4. int? dimensionIndex,
  5. Color? foregroundColor,
  6. ColorStyle? foregroundColorStyle,
  7. String? sortOrder,
})

Implementation

SortSpec({
  this.backgroundColor,
  this.backgroundColorStyle,
  this.dataSourceColumnReference,
  this.dimensionIndex,
  this.foregroundColor,
  this.foregroundColorStyle,
  this.sortOrder,
});