getTextAllowOverlap method

Future<bool?> getTextAllowOverlap()

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

Implementation

Future<bool?> getTextAllowOverlap() => messager.getTextAllowOverlap(id);