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