nodeAlign property

TimelineNodeAlign nodeAlign
final

Align the node within the timeline tile.

If try to use indicators with different sizes in each timeline tile, the timeline node may be broken. This can be prevented by set IndicatorThemeData.size to an appropriate size.

If nodeAlign is not TimelineNodeAlign.basic, then nodePosition is ignored.

Implementation

final TimelineNodeAlign nodeAlign;