Dart
dart:svg
Matrix
b property
b
Dart
dart:svg
Matrix
b property
Matrix class
Properties
a
b
c
d
e
f
hashCode
runtimeType
Methods
flipX
flipY
inverse
multiply
rotate
rotateFromVector
scale
scaleNonUniform
skewX
skewY
translate
noSuchMethod
toString
Operators
operator ==
description
b
property
num
b
Implementation
num get b native;
void
b=
(
num
value
)
Implementation
set b(num value) native;