+ flutter canvas text How do you use a TextPainter to draw text? The documentation for CustomPainter's paint method says, "To paint text on a Canvas, use a TextPainter". So within my MyCustomPainter's paint method I have the following: TextSpan span = new TextS... wono | tweet Add comment Do you want to delete? YesNo