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