secondBandColor property

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

The second color that is alternating.

(Required) Deprecated: Use second_band_color_style.

Implementation

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