SortSpec class

A sort order associated with a specific column or row.

Constructors

SortSpec({Color? backgroundColor, ColorStyle? backgroundColorStyle, DataSourceColumnReference? dataSourceColumnReference, int? dimensionIndex, Color? foregroundColor, ColorStyle? foregroundColorStyle, String? sortOrder})
SortSpec.fromJson(Map json_)

Properties

backgroundColor Color?
The background fill color to sort by; cells with this fill color are sorted to the top.
getter/setter pair
backgroundColorStyle ColorStyle?
The background fill color to sort by; cells with this fill color are sorted to the top.
getter/setter pair
dataSourceColumnReference DataSourceColumnReference?
Reference to a data source column.
getter/setter pair
dimensionIndex int?
The dimension the sort should be applied to.
getter/setter pair
foregroundColor Color?
The foreground color to sort by; cells with this foreground color are sorted to the top.
getter/setter pair
foregroundColorStyle ColorStyle?
The foreground color to sort by; cells with this foreground color are sorted to the top.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortOrder String?
The order data should be sorted. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited