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