spellcheck function
An enumerated attribute defines whether the element may be checked for spelling errors. It may have the following values:
true
, which indicates that the element should be, if possible, checked for spelling errors;false
, which indicates that the element should not be checked for spelling errors.
Implementation
Attribute<GlobalHTMLAttribute> spellcheck(String value) {
return Attribute('spellcheck', value);
}