ParagraphPainter constructor
const
ParagraphPainter({
- Listenable? repaint,
- required Color color,
Implementation
const ParagraphPainter({
super.repaint,
required this.color,
});