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

Mantain Text vertical #110

Open ManuelFEMartinho opened 1 year ago

ManuelFEMartinho commented 1 year ago

Is your feature request related to a problem? Please describe. It's possible to mantain the text on each item in vertical? I have a fortune wheel with numbers and it it difficult to read the values as it is, I've tried with Transform.rotate, but with no success

Captura de ecrã 2023-09-22, às 13 56 19

The goal is something like this:

Captura de ecrã 2023-09-22, às 14 00 21

Thank you so much