If true, other symbols can be visible even if they collide with the text.
Future<void> setSymbolTextIgnorePlacement(bool enable) async { await symbolManager?.setTextIgnorePlacement(enable); }