kevlatus / flutter_fortune_wheel

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

Option to stop wheel from spinning when created. #100

Closed leon6003 closed 1 year ago

leon6003 commented 1 year ago

Is your feature request related to a problem? Please describe. I want to start spinning with a button but wheel starts spinning when I create it.

Describe the solution you'd like Option to chose if wheel shall spin when created.

leon6003 commented 1 year ago

Found it !

cyluxx commented 10 months ago

Solution

On the FortuneWheel: Set the animateFirst property to false.