支持的 属性

布尔型 supported

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

实现

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