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