itemGap property

double? itemGap
final

Spacing between timeline indicators.

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

Implementation

final double? itemGap;