chulwoo-park / timelines

A powerful & easy to use timeline package for Flutter! 🚀
https://pub.dev/packages/timelines
MIT License
721 stars 147 forks source link

Timeline alignment #29

Closed mohamad-elbohsaly closed 3 years ago

mohamad-elbohsaly commented 3 years ago

How can I align the Timeline left or right?

chulwoo-park commented 3 years ago

You can align 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!

Sakthivelgovindan commented 3 years ago

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