AnnotationPainter constructor
const
AnnotationPainter({
- required List<
AnnotationStroke> strokes, - required VideoContentBounds bounds,
Implementation
const AnnotationPainter({required this.strokes, required this.bounds});