setTextRotate method
- double textRotate
Rotates the text clockwise. Default value: 0.
Implementation
Future<void> setTextRotate(double textRotate) =>
messenger.setTextRotate(id, textRotate);
Rotates the text clockwise. Default value: 0.
Future<void> setTextRotate(double textRotate) =>
messenger.setTextRotate(id, textRotate);