backgroundColor property

  1. @Deprecated('Not supported. Member documentation may have more information.')
Color? backgroundColor
getter/setter pair

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

Mutually exclusive with foreground_color. Deprecated: Use background_color_style.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
Color? backgroundColor;