支持的 属性

布尔值 supported

返回值为 true,如果当前平台支持此输入类型。

实现

static bool get supported {
  return (new InputElement(type: 'search')).type == 'search';
}