const PView( {Key? key, required this.child, required this.valueKey, this.isWidget = false}) : super(key: key);