Creates new unmounted BlockNode with the same attributes.
BlockNode clone() { final node = BlockNode(); node.applyStyle(style); return node; }