headerColor property

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

The color of the first row or column.

If this field is set, the first row or column is filled with this color and the colors alternate between first_band_color and second_band_color starting from the second row or column. Otherwise, the first row or column is filled with first_band_color and the colors proceed to alternate as they normally would. Deprecated: Use header_color_style.

Implementation

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