InterractiveMapLayerTapDown constructor

InterractiveMapLayerTapDown({
  1. required TapDownDetails details,
  2. required LayerHitResult<Object> hitResults,
})

Implementation

InterractiveMapLayerTapDown({
  required this.details,
  required this.hitResults,
});