getIconAllowOverlap method

Future<bool?> getIconAllowOverlap()

If true, the icon will be visible even if it collides with other previously drawn symbols.

Implementation

Future<bool?> getIconAllowOverlap() => messenger.getIconAllowOverlap(id);