Dart
dart:svg
AnimateMotionElement
AnimateMotionElement factory constructor
description
AnimateMotionElement constructor
AnimateMotionElement
(
)
Implementation
factory
AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animateMotion"
);