getTextPadding method

Future<double?> getTextPadding()

Size of the additional area around the text bounding box used for detecting symbol collisions.

Implementation

Future<double?> getTextPadding() => messager.getTextPadding(id);