setTextIgnorePlacement method

Future<void> setTextIgnorePlacement(
  1. bool textIgnorePlacement
)

If true, other symbols can be visible even if they collide with the text. Default value: false.

Implementation

Future<void> setTextIgnorePlacement(bool textIgnorePlacement) =>
    _annotationMessenger.setTextIgnorePlacement(id, textIgnorePlacement);