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