kevlatus/flutter_fortune_wheel

Option to stop wheel from spinning when created.

leon6003 opened this issue · 2 comments

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.

Found it !

Solution

On the FortuneWheel: Set the animateFirst property to false.