lineGap property

double? lineGap
final

Spacing between the line and the indicator. This value is within the value of itemGap.

It can be set on the SeniorTheme instance assigned to the app in the SeniorTimelineThemeData.lineGap parameter. The default value is SeniorSpacing.xsmall (8 logical pixels).

Implementation

final double? lineGap;