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