furkantektas / timeline_list

Timeline widget for flutter
MIT License
394 stars 90 forks source link

Space between timeline models #19

Open stijn1989 opened 2 years ago

stijn1989 commented 2 years ago

An option to add space between the child widgets of the timeline models would be nice. You can do it by wrapping the child in Container with a margin bottom to the desire space. But then the icon isn't place in the center next to the child widget of the timeline model.