connectorColor property
final
Customize connected lines colors.
Resolves in the following states:
If not set then the widget will use default colors, primary for selected state and grey.shade400 for disabled state.
Implementation
final MaterialStateProperty<Color>? connectorColor;