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