AnnotationPainter constructor

const AnnotationPainter({
  1. required List<AnnotationStroke> strokes,
  2. required VideoContentBounds bounds,
})

Implementation

const AnnotationPainter({required this.strokes, required this.bounds});