textPainter property

TextPainter textPainter
getter/setter pair

Implementation

TextPainter textPainter = TextPainter()
  ..textAlign = TextAlign.center
  ..textDirection = TextDirection.ltr;