isInterractive property

bool isInterractive
final

if false, layer will bypass pointer event and let them pass through it for exemple: It is useful to set it to false when you need to draw the hovered polygons

Implementation

final bool isInterractive;