getTextPadding method
Size of the additional area around the text bounding box used for detecting symbol collisions. Default value: 2. Minimum value: 0.
Implementation
Future<double?> getTextPadding() => messenger.getTextPadding(id);
Size of the additional area around the text bounding box used for detecting symbol collisions. Default value: 2. Minimum value: 0.
Future<double?> getTextPadding() => messenger.getTextPadding(id);