foregroundColorStyle property

ColorStyle? foregroundColorStyle
getter/setter pair

The foreground color to sort by; cells with this foreground color are sorted to the top.

Mutually exclusive with background_color, and must be an RGB-type color. If foreground_color is also set, this field takes precedence.

Implementation

ColorStyle? foregroundColorStyle;