const ParentSelectItem({Key? key, required this.title, required this.isSelected, this.onSelected}) : super(key: key);