CSSTranslate constructor
CSSTranslate(
- CSSNumericValue x,
- CSSNumericValue y, [
- CSSNumericValue? z
Implementation
factory CSSTranslate(
_i3.CSSNumericValue x,
_i3.CSSNumericValue y, [
_i3.CSSNumericValue? z,
]) =>
_i4.callConstructor(
_declaredCSSTranslate,
[
x,
y,
z ?? _i6.undefined,
],
);