setTextKeepUpright method
- bool textKeepUpright
If true, the text may be flipped vertically to prevent it from being rendered upside-down.
Implementation
Future<void> setTextKeepUpright(bool textKeepUpright) =>
messenger.setTextKeepUpright(id, textKeepUpright);