AnnotationView constructor
- Key? key,
- required List<
PdfPageAnnotations> annotations, - required ViewerController controller,
- required String noteLabel,
- required String highlightLabel,
- required String totalLabel(
- int count
- required String noneFoundText,
- required String toggleOnLabel,
- required String toggleOffLabel,
- String? locale,
Creates a AnnotationView.
Implementation
const AnnotationView({
super.key,
required this.annotations,
required this.controller,
required this.noteLabel,
required this.highlightLabel,
required this.totalLabel,
required this.noneFoundText,
required this.toggleOnLabel,
required this.toggleOffLabel,
this.locale,
});