PresentationLinePainter constructor

const PresentationLinePainter({
  1. Listenable? repaint,
  2. required Color color,
})

Implementation

const PresentationLinePainter({
  super.repaint,
  required this.color,
});