getTextAllowOverlap method Null safety
If true, the text will be visible even if it collides with other previously drawn symbols.
Implementation
Future<bool?> getTextAllowOverlap() => messager.getTextAllowOverlap(id);
If true, the text will be visible even if it collides with other previously drawn symbols.
Future<bool?> getTextAllowOverlap() => messager.getTextAllowOverlap(id);