Open morfair opened 3 years ago
FixedTimeline is not suitable for huge lists because it internally builds all children when it is created.
Also, I was unable to use the non-fixed version in a column
Timeline seems to be more like a ListView where FixedTimeline acts more like a column. If you want to use a Timeline in a column you need to put set shrinkwrap to true.
What is the difference between Timeline and FixedTimeline? Both have .tileBuilder()