position property

  1. @override
double? position
final

The position of a indicator between the two connectors.

If this is null, then the IndicatorThemeData.position is used. If that is also null, then this defaults to TimelineThemeData.indicatorPosition.

Implementation

@override
final double? position;