setTextIgnorePlacement method
- 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);