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