RotatedTextFigure constructor

RotatedTextFigure(
  1. TextPainter painter,
  2. Offset offset,
  3. double rotation,
  4. Offset axis,
)

Creates a rotated text figure.

Implementation

RotatedTextFigure(
  TextPainter painter,
  Offset offset,
  this.rotation,
  this.axis,
) : super(painter, offset);