AnnotationEvents constructor
const
AnnotationEvents({
- ValueChanged<
Annotation> ? onCreated, - ValueChanged<
Annotation> ? onDeleted, - ValueChanged<
Annotation?> ? onSelected, - ValueChanged<
Annotation> ? onTap,
Implementation
const AnnotationEvents({
this.onCreated,
this.onDeleted,
this.onSelected,
this.onTap,
});