strokeWidth property

double? strokeWidth
final

Defines the thickness of the line between the indicators.

It can be set on the SeniorTheme instance assigned to the app in the SeniorTimelineThemeData.strokeWidth parameter. The default value is 2 logical pixels.

Implementation

final double? strokeWidth;