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

How to change length of connector? #44

Closed SardorbekR closed 2 years ago

SardorbekR commented 3 years ago

I want it to take all available space evenly, or how can I change length of the connector?

Screen Shot 2021-07-15 at 12 23 05

This is my code:

Screen Shot 2021-07-15 at 12 25 43
chulwoo-park commented 2 years ago

The connector is part of the tile. Tiles have the same size as the child widget(contents or indicator) by default, so you can resize each child widgets to be the same size.