@override String get textContent => children == null ? '' : children!.map((child) => child.textContent).join();