backgroundColor property

Color? backgroundColor
final

The color to use when drawing the dot in outline.

Defaults to the current IndicatorTheme color, if any.

If no IndicatorTheme and no TimelineTheme is specified, indicators will default to blue.

Implementation

final Color? backgroundColor;