polygonsFromHitValues property

  1. @Deprecated("Use onTapDownLayer & onHoverLayer instead, they directly provide the hit objects")
List<Polygon<Object>> Function(List<Object> hitValues)? polygonsFromHitValues
final

Implementation

@Deprecated("Use onTapDownLayer & onHoverLayer instead, they directly provide the hit objects")
final List<Polygon> Function(List<Object> hitValues)? polygonsFromHitValues;