footerColor property

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

The color of the last row or column.

If this field is not set, the last row or column is filled with either first_band_color or second_band_color, depending on the color of the previous row or column. Deprecated: Use footer_color_style.

Implementation

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