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