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