setTextPadding method Null safety
- double textPadding
Size of the additional area around the text bounding box used for detecting symbol collisions.
Implementation
Future<void> setTextPadding(double textPadding) =>
messager.setTextPadding(id, textPadding);