color property

  1. @override
Color? color
final

The color to use when drawing the dot.

Defaults to the current IndicatorTheme color, if any.

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

Implementation

@override
final Color? color;