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