kevlatus/flutter_fortune_wheel

Color of Indicator

italoevan opened this issue · 2 comments

How can I change the indicator color?

thanks for asking this question, @italoevan. I added a section on this topic to the README.md. I hope this answers your question.

indicators: const [ FortuneIndicator( alignment: Alignment.topCenter, child: TriangleIndicator(color: Colors.blue,), ) ],