Adds this element to the tree at the given parent.
parent
@override void mount(Element? parent) { _state.initState(); super.mount(parent); }