shouldForceWidgetSpan method
Implementation
bool shouldForceWidgetSpan(TagflowNode element) {
return ['sub', 'sup', 'mark'].contains(element.tag);
}
bool shouldForceWidgetSpan(TagflowNode element) {
return ['sub', 'sup', 'mark'].contains(element.tag);
}