setLineTranslate method
The geometry's offset. Values are x, y
where negatives indicate left and up, respectively. Default value: 0,0
. The unit of lineTranslate is in pixels.
Implementation
Future<void> setLineTranslate(List<double?> lineTranslate) =>
_annotationMessenger.setLineTranslate(id, lineTranslate);