TreeViewChild({ required this.parent, required this.children, this.startExpanded, this.onTap, Key? key, }) : super(key: key);