const ConditionalBuilder({ Key? key, required this.condition, required this.onBuild, this.onFeedBack, }) : super(key: key);