svgTransform top-level property
dynamic
get
svgTransform
SVGTransform is the interface for one of the component transformations within an SVGTransformList; thus, an SVGTransform object corresponds to a single component (e.g., scale(…) or matrix(…)) within a transform attribute.
Implementation
_i2.dynamic get svgTransform => _i4.getProperty(
_self,
'SVGTransform',
);