getTextIgnorePlacement method

Future<bool?> getTextIgnorePlacement()

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

Implementation

Future<bool?> getTextIgnorePlacement() =>
    messenger.getTextIgnorePlacement(id);