SortSpec constructor
SortSpec({
- Color? backgroundColor,
- ColorStyle? backgroundColorStyle,
- DataSourceColumnReference? dataSourceColumnReference,
- int? dimensionIndex,
- Color? foregroundColor,
- ColorStyle? foregroundColorStyle,
- String? sortOrder,
Implementation
SortSpec({
this.backgroundColor,
this.backgroundColorStyle,
this.dataSourceColumnReference,
this.dimensionIndex,
this.foregroundColor,
this.foregroundColorStyle,
this.sortOrder,
});