setTextIgnorePlacement method

Future<void> setTextIgnorePlacement(
  1. bool textIgnorePlacement
)

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

Implementation

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