color property

  1. @override
Color? color
final

The color to use when painting the line.

If this is null, then the ConnectorThemeData.color is used. If that is also null, then TimelineThemeData.color is used.

Implementation

@override
final Color? color;