Concatenates a translation by (x, y, z) into the transform.
void translate(double x, [double y = 0.0, double z = 0.0]) { _transform!.translateByDouble(x, y, z, 1); markNeedsPaint(); markNeedsSemanticsUpdate(); }