Closed mohamad-elbohsaly closed 3 years ago
You can align each TimelineNode:
nodePosition
in the TimelineThemeData
.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
How can I align the Timeline left or right?