Missing dot background color value?
guyluz11 opened this issue · 1 comments
guyluz11 commented
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(
The dots have a border color and different background color.
This is the closest that I have reached
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).
guyluz11 commented
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.