const CEnable({ Key? key, this.value = true, this.inheritFromParent = true, required this.child, }) : super(key: key);