isSuperscript property
bool
get
isSuperscript
Ensure to detect sup html tags
Implementation
bool get isSuperscript => localName == 'sup';
Ensure to detect sup html tags
bool get isSuperscript => localName == 'sup';