支持的 属性

布尔值 支持的

检查该类型是否在当前平台上受支持。

实现

static bool get supported =>
    SvgElement.isTagSupported('animateMotion') &&
    (new SvgElement.tag('animateMotion') is AnimateMotionElement);