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