setTextAllowOverlap method

Future<void> setTextAllowOverlap(
  1. bool textAllowOverlap
)

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

Implementation

Future<void> setTextAllowOverlap(bool textAllowOverlap) =>
    _annotationMessenger.setTextAllowOverlap(id, textAllowOverlap);