AnnotationToolbarItemPressedListener typedef
AnnotationToolbarItemPressedListener =
void Function(dynamic id)
A listener used as the argument for startAnnotationToolbarItemPressedListener.
Gets the unique id
of the custom toolbar item that was pressed.
Implementation
typedef void AnnotationToolbarItemPressedListener(dynamic id);