SVGAnimatedPoints constructor
SVGAnimatedPoints({
- SVGPointList? animatedPoints,
- SVGPointList? points,
Implementation
factory SVGAnimatedPoints({
_i3.SVGPointList? animatedPoints,
_i3.SVGPointList? points,
}) =>
SVGAnimatedPoints._(
animatedPoints: animatedPoints ?? _i6.undefined,
points: points ?? _i6.undefined,
);