getLineTranslate method Null safety
The geometry's offset. Values are x, y where negatives indicate left and up, respectively.
Implementation
Future<List<double?>?> getLineTranslate() => messager.getLineTranslate(id);
The geometry's offset. Values are x, y where negatives indicate left and up, respectively.
Future<List<double?>?> getLineTranslate() => messager.getLineTranslate(id);