isUnderline property
bool
get
isUnderline
Ensure to detect underline html tags
Implementation
bool get isUnderline => localName == 'ins' || localName == 'u';
Ensure to detect underline html tags
bool get isUnderline => localName == 'ins' || localName == 'u';