支持的 属性

bool supported

检查当前平台是否支持此类。

实现

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