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