chulwoo-park/timelines

Missing dot background color value?

Opened this issue · 1 comments

I want to create this moc but I can't find how to change the dots to be with background color and using FixedTimeline.tileBuilder(

This is the moc
image1

The dots have a border color and different background color.

This is the closest that I have reached

image2

Values that I think are missing:

  • Background color for outlined indicator (for border like effect).
  • Option to control the number of lines in the dashedLine.
  • A way to choose the currently selected position in the timeline and automatically all outlined indicators before that will have selected properties (like a purple background) and the rest will have different indicator properties (like a white background).

So in my pr I have added the option to insert a widget as the dot indicator, this way we can insert everything that we want without limitation.