Adds this element to the tree and builds the child element.
@override /// Adds this element to the tree and builds the child element. void mount(Element? parent) { super.mount(parent); rebuild(); }