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