isStrike property
bool
get
isStrike
Ensure to detect strikethrough html tags
Implementation
bool get isStrike => localName == 's' || localName == 'del';
Ensure to detect strikethrough html tags
bool get isStrike => localName == 's' || localName == 'del';