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