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