kevlatus / flutter_fortune_wheel

Visualize random selections with Flutter widgets like the wheel of fortune.
https://kevlatus.github.io/flutter_fortune_wheel
MIT License
109 stars 84 forks source link

Color of Indicator #71

Closed italoevan closed 3 years ago

italoevan commented 3 years ago

How can I change the indicator color?

kevlatus commented 3 years ago

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

adadion commented 3 years ago

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