AnnotationViewerBuilder typedef
AnnotationViewerBuilder =
Widget Function(BuildContext context, ArAnnotation annotation)
Signature for a function that creates a widget for a given annotation,
Implementation
typedef AnnotationViewerBuilder = Widget Function(
BuildContext context, ArAnnotation annotation);