getIconTextFitPadding method
Size of the additional area added to dimensions determined by icon-text-fit, in clockwise order: top, right, bottom, left. Default value: 0,0,0,0. The unit of iconTextFitPadding is in pixels.
Implementation
Future<List<double?>?> getIconTextFitPadding() =>
_annotationMessenger.getIconTextFitPadding(id);