painter property

TextPainter? painter

Implementation

TextPainter? get painter {
  return _painter;
}