Widget orientation/direction/rotation property? #627
Unanswered
DaMilyutin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I couldn't find anything on this topic so...
Is it possible to rotate Widget (with discrete of 90 degrees)?
Now I'm playing with plotter example and I'd like to move Pitch slider and text to the left of rendered image which to be rotated by 90 degrees and add Yaw slider at bottom of image.
What I want is Text and Slider to be rotated.
Can I implement it with current state of art in sixtyfps?
What I've found in Qt is
https://stackoverflow.com/questions/43388464/rotate-whole-qwidget-by-angle
upd: for Flutter there are some functionalities, too
https://flutteragency.com/how-to-rotate-widget-in-flutter/
RotatedBox
is closest functionality in Flutter for my question.Beta Was this translation helpful? Give feedback.
All reactions