chulwoo-park/timelines

Timeline alignment

Closed this issue · 2 comments

How can I align the Timeline left or right?

You can align each TimelineNode:

  • Use the nodePosition in the TimelineThemeData.
  • Use the position in the TimelineNode when building each TimelineNode.

These property will be used in the TimelineTile.

If you want align timeline to the right, set the node position to 1.0.

Check out the themes section of the demo web!

yeah, it's working✌️, @chulwoo-park