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