const TitleRequireView({ Key? key, required this.title, this.require = true, this.dot = '※', }) : super(key: key);