TextRotation constructor

TextRotation({
  1. int? angle,
  2. bool? vertical,
})

Implementation

TextRotation({this.angle, this.vertical});