menu
Dart
dart:svg
Matrix
translate method
translate
brightness_4
brightness_5
description
translate
method
Matrix
translate
(
num
x
,
num
y
)
Implementation
Matrix translate(num x, num y) native;
Dart
dart:svg
Matrix
translate method
Matrix class
Properties
a
b
c
d
e
f
hashCode
runtimeType
Methods
flipX
flipY
inverse
multiply
noSuchMethod
rotate
rotateFromVector
scale
scaleNonUniform
skewX
skewY
toString
translate
Operators
operator ==