TapCallback<T> typedef

TapCallback<T> = void Function(T mapObject, Point point)

Implementation

typedef TapCallback<T> = void Function(T mapObject, Point point);