spellcheck property
bool spellcheckSource
@DomName('HTMLElement.spellcheck') @DocsEditable() // http://blog.whatwg.org/the-road-to-html-5-spellchecking @Experimental() // nonstandard bool get spellcheck => _blink.BlinkHTMLElement.instance.spellcheck_Getter_(this);void spellcheck=(
Source
@DomName('HTMLElement.spellcheck') @DocsEditable() // http://blog.whatwg.org/the-road-to-html-5-spellchecking @Experimental() // nonstandard set spellcheck(bool value) => _blink.BlinkHTMLElement.instance.spellcheck_Setter_(this, value);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/HtmlElement/spellcheck.html