reparent method
Reparent the node
Implementation
@override
TagflowNode reparent([TagflowNode? newParent]) {
return TagflowImgElement(tag: tag, attributes: attributes);
}
Reparent the node
@override
TagflowNode reparent([TagflowNode? newParent]) {
return TagflowImgElement(tag: tag, attributes: attributes);
}