The geometry's offset. Values are x, y where negatives indicate left and up, respectively.
x, y
Future<void> setLineTranslate(List<double?> lineTranslate) => messager.setLineTranslate(id, lineTranslate);